Update Dockerfile

This commit is contained in:
Faraz Fallahi
2019-03-11 19:26:44 -05:00
committed by GitHub
parent fa1bca1a6b
commit 5dbd8b4599
+1
View File
@@ -1,4 +1,5 @@
FROM ubuntu:latest
ENTRYPOINT ["/bin/bash"]
RUN \
apt update && \
apt -y upgrade && \