Skip to content

Commit f450930

Browse files
committed
chmod work directory
1 parent 81361f7 commit f450930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/mkl-rust.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ RUN ldconfig
2626
ENV PKG_CONFIG_PATH /opt/intel/mkl/bin/pkgconfig
2727
RUN sed -i "s/MKLROOT/prefix/g" ${PKG_CONFIG_PATH}/*.pc
2828

29-
# Setup basic rust development tools
3029
WORKDIR /src
30+
RUN chmod -R a+w /src
31+
32+
# Setup basic rust development tools
3133
RUN cargo install cargo-tarpaulin
3234
RUN rustup component add rustfmt clippy

0 commit comments

Comments
 (0)