Update 'Dockerfile'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jack Hadrill 2022-08-27 16:47:48 +00:00
parent e6be11e42c
commit 77cc84652d
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
FROM codercom/code-server:latest 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 \
python3-venv \ python3-venv \
python3-pip \ python3-pip \
&& apt-get clean && apt-get full-upgrade -y \
&& apt-get clean"