X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdocker%2Fgitpod%2FDockerfile;h=e18c392bfceb89d8203fe4f4851a4645399e0b60;hb=387d041b7a6250e028f03549287a7c83726ffa33;hp=8f7223d85e638c24e7b203b93896d8ca6f291855;hpb=2650d6d489f775a38c5c3fdb65daabc7d55c15b5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/docker/gitpod/Dockerfile b/support/docker/gitpod/Dockerfile index 8f7223d85..e18c392bf 100644 --- a/support/docker/gitpod/Dockerfile +++ b/support/docker/gitpod/Dockerfile @@ -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 \