1
0
Fork 0

Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade) (#3388)

* Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade)

* Update Dockerfile
This commit is contained in:
Jan Keromnes 2020-12-02 11:03:03 +01:00 committed by GitHub
parent 2650d6d489
commit 387d041b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View 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 \