mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-16 18:00:52 +01:00
Use g++ package instead of gcc
This commit is contained in:
parent
e00b78e4f8
commit
4f5b47d35c
@ -67,7 +67,7 @@ RUN set -eux && \
|
||||
make \
|
||||
pkg-config \
|
||||
git \
|
||||
gcc \
|
||||
g++ \
|
||||
golang && \
|
||||
cd /tmp/ && \
|
||||
git clone ${ZBX_SOURCES} --branch master --depth 1 --single-branch zabbix-${ZBX_VERSION} && \
|
||||
@ -106,7 +106,7 @@ RUN set -eux && \
|
||||
make \
|
||||
pkg-config \
|
||||
git \
|
||||
gcc \
|
||||
g++ \
|
||||
golang && \
|
||||
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user