updated Dockerfile.local

This commit is contained in:
marvzhang
2019-12-16 11:21:40 +08:00
parent 22a31646c0
commit f2e9896a53

View File

@@ -27,7 +27,7 @@ ADD . /app
ENV DEBIAN_FRONTEND noninteractive
# set tmp folder privillege
RUN chmod -R /tmp
RUN chmod -R 777 /tmp
# install packages
RUN apt-get update \