.gitpod.Dockerfile 187 B

123456
  1. FROM gitpod/workspace-full:latest
  2. USER gitpod
  3. RUN pip3 install pytest==4.4.2 mock pytest-testdox toml
  4. RUN npm i learnpack@0.1.14 -g && learnpack plugins:install learnpack-python@0.0.35