diff --git a/debian/Dockerfile b/debian/Dockerfile index d3585cb..78ba346 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -55,6 +55,7 @@ RUN apt-get update && \ unzip \ wget \ zip && \ + c_rehash && \ chmod u+s /usr/sbin/arping && \ ln -s -f /bin/true /usr/bin/chfn && \ apt-get clean && \