funkwhale/.gitpod/Dockerfile

9 wiersze
286 B
Docker
Czysty Zwykły widok Historia

2022-07-21 20:07:22 +00:00
FROM gitpod/workspace-full:2022-07-17-14-41-27
USER gitpod
RUN sudo apt update -y \
2022-07-21 19:36:08 +00:00
&& sudo apt install libsasl2-dev libldap2-dev libssl-dev ffmpeg gettext -y
RUN pip install poetry \
&& poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true