ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
332 B

  1. FROM gitpod/workspace-postgres
  2. # Gitpod will not rebuild PeerTube's dev image unless *some* change is made to this Dockerfile.
  3. # To trigger a rebuild, simply increase this counter:
  4. ENV TRIGGER_REBUILD 3
  5. # Install PeerTube's dependencies.
  6. RUN sudo apt-get update -q && sudo apt-get install -qy \
  7. ffmpeg \
  8. openssl \
  9. redis-server