dont need package

This commit is contained in:
Michael Trip 2025-11-03 09:25:13 +01:00
parent c8e83b401a
commit 0557a13ef6

View file

@ -17,7 +17,7 @@ WORKDIR /tmp
RUN \
echo "**** Update package lists and install base tools ****" && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget gnupg2 ca-certificates apt-transport-https software-properties-common && \
DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget gnupg2 ca-certificates apt-transport-https && \
echo "**** Download external packages ****" && \
case ${TARGETARCH} in \
"amd64") DOWNLOAD_ARCH=linux-amd64 ;; \