fix(gitpod): Remove falsely added pyenv commands

environments/review-docs-docs-ox2r7i/deployments/18559
Georg Krause 2023-11-02 10:03:56 +00:00
rodzic 9cd2f30129
commit accf261683
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -4,8 +4,6 @@ USER gitpod
RUN sudo apt update -y \
&& sudo apt install libsasl2-dev libldap2-dev libssl-dev ffmpeg gettext -y
RUN pyenv install 3.11 && pyenv global 3.11
RUN pip install poetry pre-commit \
&& poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true