FROM gitpod/workspace-full

RUN sudo apt update
RUN sudo apt install python3.8-venv -y
RUN sudo apt install python3.8-dev -y
