PeerTube/support/docker/gitpod/Dockerfile

12 lines
332 B
Docker
Raw Normal View History

2019-01-30 08:39:42 +00:00
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 1
2019-01-30 08:39:42 +00:00
# Install PeerTube's dependencies.
RUN sudo apt-get update -q && sudo apt-get install -qy \
ffmpeg \
openssl \
redis-server