From 6a68b10e02cbbd99fff8582026f40bb5624ca202 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Thu, 7 Feb 2019 22:55:26 +1100 Subject: [PATCH] Added the /cargocache file to Dockerfile to fix permissions. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 162620b4c..be1496c00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,3 +13,5 @@ RUN git clone https://github.com/google/protobuf.git && \ cd .. && \ rm -r protobuf + +RUN mkdir /cargocache && chmod 777 /cargocache