updated Dockerfile.local

This commit is contained in:
marvzhang
2019-12-16 11:21:40 +08:00
parent 39bde4e6ba
commit fa99eb31a0

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 \