Updated permissions on /cargocache in Dockerfile.

This commit is contained in:
Luke Anderson 2019-02-07 23:19:41 +11:00
parent 6a68b10e02
commit e673ee8ce6
No known key found for this signature in database
GPG Key ID: 44408169EC61E228

View File

@ -14,4 +14,4 @@ RUN git clone https://github.com/google/protobuf.git && \
rm -r protobuf
RUN mkdir /cargocache && chmod 777 /cargocache
RUN mkdir /cargocache && chmod -r ugo+rwX /cargocache