funquail/.gitpod/Dockerfile
2022-07-17 02:06:25 +00:00

9 lines
No EOL
258 B
Docker

FROM gitpod/workspace-full
USER gitpod
RUN sudo apt update -y \
&& sudo apt install libsasl2-dev libldap2-dev libssl-dev ffmpeg -y
RUN pip install poetry \
&& poetry config virtualenvs.create true \
&& poetry config virtualenvs.in-project true