File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ RUN apt-get update && \
14
14
chown -R devbox:devbox /home/devbox/project && \
15
15
chmod -R u+rw /home/devbox/project && \
16
16
chmod -R +x /home/devbox/project/entrypoint.sh
17
-
17
+
18
18
RUN mkdir /home/devbox/.devbox
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ RUN apt-get update && \
13
13
chown -R devbox:devbox /home/devbox/project && \
14
14
chmod -R u+rw /home/devbox/project && \
15
15
chmod -R +x /home/devbox/project/entrypoint.sh
16
-
16
+
17
17
RUN mkdir /home/devbox/.devbox
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rm -rf ./*
5
5
COPY /Language/python/project /home/devbox/project
6
6
7
7
RUN apt-get update && \
8
- apt-get install -y python python3-pip python3-venv && \
8
+ apt-get install -y python3 python3-pip python3-venv && \
9
9
apt-get clean && \
10
10
rm -rf /var/lib/apt/lists/* && \
11
11
ln -s /usr/bin/python3 /usr/bin/python && \
You can’t perform that action at this time.
0 commit comments