Update 'Dockerfile'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e6be11e42c
commit
77cc84652d
|
@ -1,7 +1,8 @@
|
|||
FROM codercom/code-server:latest
|
||||
|
||||
RUN sudo apt-get update && sudo apt-get install -y \
|
||||
RUN sudo sh -c "apt-get update && apt-get install -y \
|
||||
python3 \
|
||||
python3-venv \
|
||||
python3-pip \
|
||||
&& apt-get clean
|
||||
&& apt-get full-upgrade -y \
|
||||
&& apt-get clean"
|
||||
|
|
Loading…
Reference in New Issue