# Install custom tools, runtimes, etc. # For example "bastet", a command-line tetris clone: # RUN brew install bastet # # More information: https://www.gitpod.io/docs/config-docker/ FROM gitpod/workspace-full:latest USER gitpod RUN pip3 install pytest==4.4.2 pytest-testdox mock