blob: 5b2e8df4e11accbcb08dbba94920c61e1df9a1d7 [file] [log] [blame] [edit]
# Dockerfile for the golang 1.23.0 container
FROM golang:1.23.0
# 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