mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-14 11:21:17 +00:00
6 lines
179 B
Docker
6 lines
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/*
|