Add make
All checks were successful
/ build (push) Successful in 3m5s

This commit is contained in:
Alexander Schäferdiek 2024-12-11 20:39:23 +01:00
parent 750474cb07
commit 02e67f02e6
GPG key ID: 305D8469B16F9241

View file

@ -3,7 +3,7 @@ LABEL maintainer="msm <hostmaster@myservermanager.com>"
RUN <<EOF
apt-get update
apt-get install -y --no-install-recommends curl wget bash apt-transport-https ca-certificates gnupg nodejs npm git clang zstd
apt-get install -y --no-install-recommends curl wget bash apt-transport-https ca-certificates gnupg nodejs npm git make zstd
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update