This commit is contained in:
Faraz Fallahi
2017-05-24 10:39:45 -05:00
parent 8377177e1d
commit 7812eb949f

9
static/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN \
apt -y update && \
apt -y upgrade && \
apt -y install build-essential git && \
apt -y autoremove && \
apt -y autoclean && \
exit 0