diff --git a/Dockerfile.bullseye b/Dockerfile.bullseye index 63dcf5f7c3dce84bab81210304c768431723e65a..04af1c074e73b3e0e3cca199a322427a4725fe28 100644 --- a/Dockerfile.bullseye +++ b/Dockerfile.bullseye @@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ - apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential golang-go && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential unzip golang-go && \ apt-get -qq clean && \ lsb_release -a && uname -a && go version diff --git a/Dockerfile.buster b/Dockerfile.buster index 63dcf5f7c3dce84bab81210304c768431723e65a..04af1c074e73b3e0e3cca199a322427a4725fe28 100644 --- a/Dockerfile.buster +++ b/Dockerfile.buster @@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ - apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential golang-go && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential unzip golang-go && \ apt-get -qq clean && \ lsb_release -a && uname -a && go version diff --git a/Dockerfile.utility b/Dockerfile.utility index 3262d62abc0a06a2110daed559aeb30ec0613f4b..518d5c4b1045fe54c36e57e4c8375fd2c7668178 100644 --- a/Dockerfile.utility +++ b/Dockerfile.utility @@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build RUN apt-get -qq update && \ apt-get -qq dist-upgrade && \ - apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git debhelper && \ + apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git unzip debhelper && \ apt-get -qq clean && \ lsb_release -a && uname -a && python3 --version