File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ COPY /Language/c/project /home/devbox/project
88RUN apt-get update && \
99 apt-get install -y gcc g++ make && \
1010 apt-get clean && \
11- rm -rf /var/lib/apt/lists/*
11+ rm -rf /var/lib/apt/lists/* && \
12+ chown -R devbox:devbox /home/devbox/project && \
13+ chmod -R u+rw /home/devbox/project && \
14+ chmod -R +x /home/devbox/project/entrypoint.sh
1215
1316RUN mkdir /root/.devbox
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ COPY /Language/cpp/project /home/devbox/project
88RUN apt-get update && \
99 apt-get install -y gcc g++ make && \
1010 apt-get clean && \
11- rm -rf /var/lib/apt/lists/*
11+ rm -rf /var/lib/apt/lists/* && \
12+ chown -R devbox:devbox /home/devbox/project && \
13+ chmod -R u+rw /home/devbox/project && \
14+ chmod -R +x /home/devbox/project/entrypoint.sh
1215
1316RUN mkdir /root/.devbox
You can’t perform that action at this time.
0 commit comments