FROM codercom/code-server:latest
RUN sudo apt-get update && sudo apt-get install -y \
python3 \
python3-venv \
python3-pip \
&& apt-get clean