Added the /cargocache file to Dockerfile to fix permissions.

This commit is contained in:
Luke Anderson
2019-02-07 22:55:26 +11:00
parent a88e6ddbf7
commit 6a68b10e02

View File

@@ -13,3 +13,5 @@ RUN git clone https://github.com/google/protobuf.git && \
cd .. && \
rm -r protobuf
RUN mkdir /cargocache && chmod 777 /cargocache