Update vite

This commit is contained in:
wvffle 2022-07-21 19:36:08 +00:00 committed by Georg Krause
commit 2323cf70d7
7 changed files with 173 additions and 201 deletions

View file

@ -2,7 +2,7 @@ FROM gitpod/workspace-full
USER gitpod
RUN sudo apt update -y \
&& sudo apt install libsasl2-dev libldap2-dev libssl-dev ffmpeg -y
&& sudo apt install libsasl2-dev libldap2-dev libssl-dev ffmpeg gettext -y
RUN pip install poetry \
&& poetry config virtualenvs.create true \