mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-27 02:03:09 +01:00
MIB path fix
This commit is contained in:
parent
03a0139f1d
commit
47fccd88bc
@ -192,8 +192,6 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
|
|||||||
cut -d"'" -f 2 | sort | \
|
cut -d"'" -f 2 | sort | \
|
||||||
xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && \
|
xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && \
|
||||||
dpkg-reconfigure locales && \
|
dpkg-reconfigure locales && \
|
||||||
apt-get ${APT_FLAGS_COMMON} purge \
|
|
||||||
wget && \
|
|
||||||
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
apt-get ${APT_FLAGS_COMMON} autoremove && \
|
||||||
apt-get ${APT_FLAGS_COMMON} clean && \
|
apt-get ${APT_FLAGS_COMMON} clean && \
|
||||||
mkdir -p /var/lib/php7 && \
|
mkdir -p /var/lib/php7 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user