Update Dockerfile

This commit is contained in:
Faraz Fallahi
2019-03-11 19:27:11 -05:00
committed by GitHub
parent c8ae56d390
commit e32cfd390e

View File

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