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