blob: 5de653f231ddfe305d2f00b930d7e4387f52a499 [file]
# Dockerfile for the golang 1.25.8 container
FROM golang:1.25.8
# Retrieve tools directory
COPY . /work/
# Installing dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
ca-certificates \
sysstat=12.0.3-2 \
procps \
stress-ng