Update Dockerfile

This commit is contained in:
Faraz Fallahi
2017-05-24 17:58:04 -05:00
committed by GitHub
parent 0c405542a7
commit 517d1923b3

View File

@@ -3,7 +3,7 @@ MAINTAINER Faraz Fallahi <fffaraz@gmail.com>
RUN \
apt -y update && \
apt -y upgrade && \
apt -y install build-essential git iputils-ping python wget && \
apt -y install build-essential git iputils-ping nano python wget && \
apt -y autoremove && \
apt -y autoclean && \
cd /opt && \