diff --git a/Dockerfile.local b/Dockerfile.local index eed02b65..f500369c 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -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 \