Init commit
This commit is contained in:
11
support/docker/gitpod/Dockerfile
Normal file
11
support/docker/gitpod/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM gitpod/workspace-postgres
|
||||
|
||||
# Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile.
|
||||
# To trigger a rebuild, simply increase this counter:
|
||||
ENV TRIGGER_REBUILD 3
|
||||
|
||||
# Install PeerTube's dependencies.
|
||||
RUN sudo apt-get update -q && sudo apt-get install -qy \
|
||||
ffmpeg \
|
||||
openssl \
|
||||
redis-server
|
||||
Reference in New Issue
Block a user