Update Dockerfile

This commit is contained in:
2019-02-21 15:35:18 +00:00
parent cf63ffcf1d
commit 6efb3c880b

View File

@ -8,5 +8,6 @@ RUN \
apt-get install -y make && \
apt-get install -y openssh-client && \
apt-get install -y git && \
apt-get install -y python && \
rm -rf /var/lib/apt/lists/*