MIB path fix

This commit is contained in:
root 2019-01-14 00:23:44 +02:00
parent 03a0139f1d
commit 47fccd88bc

View File

@ -192,8 +192,6 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
cut -d"'" -f 2 | sort | \
xargs -I '{}' bash -c 'echo "{}.UTF-8 UTF-8" >> /var/lib/locales/supported.d/local' && \
dpkg-reconfigure locales && \
apt-get ${APT_FLAGS_COMMON} purge \
wget && \
apt-get ${APT_FLAGS_COMMON} autoremove && \
apt-get ${APT_FLAGS_COMMON} clean && \
mkdir -p /var/lib/php7 && \