mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +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 \
|
||||
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>" \
|
||||
org.opencontainers.image.description="Zabbix build base image contains all required packages to build Zabbix images" \
|
||||
|
Loading…
Reference in New Issue
Block a user