]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/docker/gitpod/Dockerfile
Fix PostreSQL initialization for Gitpod
[github/Chocobozzz/PeerTube.git] / support / docker / gitpod / Dockerfile
CommitLineData
0cfcbae8
JK
1FROM gitpod/workspace-postgres
2
387d041b
JK
3# Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile.
4# To trigger a rebuild, simply increase this counter:
5ENV TRIGGER_REBUILD 1
6
0cfcbae8
JK
7# Install PeerTube's dependencies.
8RUN sudo apt-get update -q && sudo apt-get install -qy \
9 ffmpeg \
10 openssl \
11 redis-server