custom_vesync/.gitpod.Dockerfile

10 lines
254 B
Docker
Raw Normal View History

2022-04-29 11:38:43 +02:00
# trunk-ignore(hadolint/DL3007)
2022-04-01 15:04:42 +02:00
FROM gitpod/workspace-full:latest
USER gitpod
RUN pyenv install 3.9.7 &&\
pyenv global 3.9.7 &&\
echo "export PIP_USER=no" >> /home/gitpod/.bashrc &&\
2022-04-29 11:38:08 +02:00
python -m pip install --no-cache-dir virtualenv==20.14.1