funkwhale/.gitpod/Dockerfile

10 wiersze
297 B
Docker
Czysty Zwykły widok Historia

2022-11-26 14:18:55 +00:00
FROM gitpod/workspace-full:2022-11-15-17-00-18
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
2022-11-19 16:46:48 +00:00
RUN pip install poetry pre-commit \
&& poetry config virtualenvs.create true \
2022-11-18 21:12:21 +00:00
&& poetry config virtualenvs.in-project true