Update Dockerfile

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

View File

@@ -1,5 +1,5 @@
FROM ubuntu:latest FROM ubuntu:latest
MAINTAINER Faraz Fallahi <fffaraz@gmail.com> ENTRYPOINT ["/bin/bash"]
RUN \ RUN \
apt -y update && \ apt -y update && \
apt -y upgrade && \ apt -y upgrade && \