feat: add sudo

This commit is contained in:
Peter 2023-12-12 20:38:24 +01:00
parent c4c389db6b
commit a6f43b0792
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -5,7 +5,7 @@ FROM ${BASE_IMAGE}
RUN --mount=type=cache,target=/var/lib/apt \
--mount=type=cache,target=/var/lib/cache \
apt-get update && \
apt-get install -y git-lfs ca-certificates curl jq gnupg gcc make unzip libgraphite2-3 zstd && \
apt-get install -y sudo git-lfs ca-certificates curl jq gnupg gcc make unzip libgraphite2-3 zstd && \
mkdir -p /etc/apt/keyrings/ && \
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
echo \