Added the /cargocache file to Dockerfile to fix permissions.
This commit is contained in:
parent
a88e6ddbf7
commit
6a68b10e02
@ -13,3 +13,5 @@ RUN git clone https://github.com/google/protobuf.git && \
|
||||
cd .. && \
|
||||
rm -r protobuf
|
||||
|
||||
|
||||
RUN mkdir /cargocache && chmod 777 /cargocache
|
||||
|
Loading…
Reference in New Issue
Block a user