diff options
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/gitpod/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/gitpod/Dockerfile b/support/docker/gitpod/Dockerfile index 1f9e80e3c..6c5788e72 100644 --- a/support/docker/gitpod/Dockerfile +++ b/support/docker/gitpod/Dockerfile | |||
@@ -2,7 +2,7 @@ FROM gitpod/workspace-postgres | |||
2 | 2 | ||
3 | # Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile. | 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: | 4 | # To trigger a rebuild, simply increase this counter: |
5 | ENV TRIGGER_REBUILD 1 | 5 | ENV TRIGGER_REBUILD 2 |
6 | 6 | ||
7 | # Install PeerTube's dependencies. | 7 | # Install PeerTube's dependencies. |
8 | RUN sudo apt-get update -q && sudo apt-get install -qy \ | 8 | RUN sudo apt-get update -q && sudo apt-get install -qy \ |