wonderbird/malimo

View on GitHub
.gitpod.Dockerfile

Summary

Maintainability
Test Coverage
FROM gitpod/workspace-dotnet

# 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/

RUN curl -sL install.mob.sh | sudo sh