blob: d35d95280a16ac0c1b7c25c3cb55002c6814a4b3 [file] [edit]
# Dockerfile for the golang 1.26.2 container
FROM golang:1.26.2
# 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