|
@@ -17,7 +17,7 @@ FROM debian:stretch
|
|
|
ARG GO_VERSION=1.18.5
|
|
|
|
|
|
RUN apt update \
|
|
|
- && apt install -y zip upx pkg-config libczmq-dev build-essential debhelper jq zip
|
|
|
+ && apt install -y wget zip upx pkg-config libczmq-dev build-essential debhelper jq zip
|
|
|
|
|
|
RUN wget --no-verbose https://golang.org/dl/go$GO_VERSION.linux-$(dpkg --print-architecture).tar.gz \
|
|
|
&& tar -C /usr/local -xzf go$GO_VERSION.linux-$(dpkg --print-architecture).tar.gz
|