Fixed agent2 comppilation on Alpine 3.14

This commit is contained in:
Alexey Pustovalov 2022-05-11 14:47:59 +03:00
parent 278cddcb2a
commit 796a4adecf

View File

@ -39,7 +39,6 @@ RUN set -eux && \
gettext \
git \
g++ \
go \
make \
openjdk8-jre-base \
unixodbc-dev" && \
@ -47,4 +46,9 @@ RUN set -eux && \
--no-cache \
--clean-protected \
${INSTALL_PKGS} && \
apk add \
--no-cache \
--clean-protected \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
go && \
rm -rf /var/cache/apk/*