Explorar el Código

added --fix-missing to the perl packages

hmetzner hace 7 años
padre
commit
5c99df7d09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fhem/Dockerfile

+ 1 - 1
fhem/Dockerfile

@@ -25,7 +25,7 @@ vim \
 wget
 
 # Install perl packages
-RUN apt-get -y --force-yes install \
+RUN apt-get -y --force-yes --fix-missing install \
 libalgorithm-merge-perl \
 libauthen-oath-perl \
 libavahi-compat-libdnssd-dev \