forked from mirrors/statsd_exporter
f1ca904c98
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. Similar to prometheus/prometheus#7749. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
6 lines
No EOL
179 B
Docker
6 lines
No EOL
179 B
Docker
FROM gitpod/workspace-full
|
|
|
|
RUN sudo apt-get update && \
|
|
sudo apt-get install -y netcat-traditional socat && \
|
|
sudo apt-get clean && \
|
|
sudo rm -rf /var/lib/apt/lists/* |