mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-25 17:23:48 +01:00
Fixed CentOS building process. GOPROXY env variable specified to direct
This commit is contained in:
parent
f67b49d04e
commit
34c14ed2b2
@ -6,7 +6,8 @@ ARG ZBX_VERSION=${MAJOR_VERSION}.8
|
|||||||
|
|
||||||
ENV TERM=xterm \
|
ENV TERM=xterm \
|
||||||
ZBX_VERSION=${ZBX_VERSION} \
|
ZBX_VERSION=${ZBX_VERSION} \
|
||||||
PATH=/usr/local/go/bin:$PATH
|
PATH=/usr/local/go/bin:$PATH \
|
||||||
|
GOPROXY=direct
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
|
LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zabbix.com>" \
|
||||||
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
|
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
|
||||||
|
Loading…
Reference in New Issue
Block a user