.gitpod.Dockerfile 381 B

12345678910
  1. FROM gitpod/workspace-mongodb
  2. USER gitpod
  3. # Install custom tools, runtime, etc. using apt-get
  4. # For example, the command below would install "bastet" - a command line tetris clone:
  5. #
  6. # RUN sudo apt-get -q update && # sudo apt-get install -yq bastet && # sudo rm -rf /var/lib/apt/lists/*
  7. #
  8. # More information: https://www.gitpod.io/docs/config-docker/