mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-02-11 01:29:00 +01:00
10 lines
254 B
Docker
10 lines
254 B
Docker
# trunk-ignore(hadolint/DL3007)
|
|
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 &&\
|
|
python -m pip install --no-cache-dir virtualenv==20.14.1
|