diff --git a/Dockerfile b/Dockerfile index 162620b4c4..be1496c001 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