All checks were successful
continuous-integration/drone/push Build is passing
9 lines
175 B
Docker
9 lines
175 B
Docker
FROM codercom/code-server:latest
|
|
|
|
RUN sudo sh -c "apt-get update && apt-get install -y \
|
|
python3 \
|
|
python3-venv \
|
|
python3-pip \
|
|
&& apt-get full-upgrade -y \
|
|
&& apt-get clean"
|