From f5dae6c31aeb139e4cf62ca120393d25c6a2cc98 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Thu, 7 Feb 2019 23:22:39 +1100 Subject: [PATCH] Updated permissions on /cargocache in Dockerfile, again. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c74c6716..063ece3cd 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 -r ugo+rwX /cargocache +RUN mkdir /cargocache && chmod -R ugo+rwX /cargocache