Update Dockerfile

This commit is contained in:
Faraz Fallahi
2019-03-11 19:26:44 -05:00
committed by GitHub
parent fa1bca1a6b
commit 5dbd8b4599

View File

@@ -1,4 +1,5 @@
FROM ubuntu:latest FROM ubuntu:latest
ENTRYPOINT ["/bin/bash"]
RUN \ RUN \
apt update && \ apt update && \
apt -y upgrade && \ apt -y upgrade && \