Updated permissions on /cargocache in Dockerfile, again.

This commit is contained in:
Luke Anderson
2019-02-07 23:22:39 +11:00
parent e673ee8ce6
commit f5dae6c31a

View File

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