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