]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade...
authorJan Keromnes <janx@linux.com>
Wed, 2 Dec 2020 10:03:03 +0000 (11:03 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Dec 2020 10:03:03 +0000 (11:03 +0100)
* Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade)

* Update Dockerfile

support/docker/gitpod/Dockerfile

index 8f7223d85e638c24e7b203b93896d8ca6f291855..e18c392bfceb89d8203fe4f4851a4645399e0b60 100644 (file)
@@ -1,5 +1,9 @@
 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 \