JavaAlgorithms/.gitpod.Dockerfile
mattisapro 6ee92f028e
Fully automate dev setup with Gitpod (#2094)
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2021-03-02 14:46:31 +05:30

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/