8 lines
210 B
Docker
8 lines
210 B
Docker
|
FROM gitpod/workspace-full
|
||
|
|
||
|
# 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/
|