aboutsummaryrefslogblamecommitdiffhomepage
path: root/support/docker/gitpod/Dockerfile
blob: 1f9e80e3c92f2d445fbe7421ec870df630c80a8d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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 1

# Install PeerTube's dependencies.
RUN sudo apt-get update -q && sudo apt-get install -qy \
 ffmpeg \
 openssl \
 redis-server