https://github.com/grosenberger/OpenMS
Raw File
Tip revision: bfb26979a2915643a01be494f6befcd5387b5223 authored by M Bernt on 20 February 2020, 15:46:22 UTC
TOFCalibration: be more precise in input formats (#4525)
Tip revision: bfb2697
.gitpod.Dockerfile
FROM openms/contrib:latest
                    
#USER gitpod

# Install custom tools, runtime, etc. using apt-get
# For example, the command below would install "bastet" - a command line tetris clone:
#
# RUN sudo apt-get -q update && #     sudo apt-get install -yq bastet && #     sudo rm -rf /var/lib/apt/lists/*
#
# More information: https://www.gitpod.io/docs/42_config_docker/
back to top