From e673ee8ce6bb6461acbb383d070f0f80d29f9a0d Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Thu, 7 Feb 2019 23:19:41 +1100 Subject: [PATCH] Updated permissions on /cargocache in Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be1496c00..1c74c6716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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