diff --git a/debian/10.Dockerfile b/debian/10.Dockerfile index b8b50bd..ccc4742 100644 --- a/debian/10.Dockerfile +++ b/debian/10.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/debian/11.Dockerfile b/debian/11.Dockerfile index 2f4e423..a87dc58 100644 --- a/debian/11.Dockerfile +++ b/debian/11.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/debian/12.Dockerfile b/debian/12.Dockerfile index 1fbcf1e..5130b8b 100644 --- a/debian/12.Dockerfile +++ b/debian/12.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/ubuntu/18.04.Dockerfile b/ubuntu/18.04.Dockerfile index 0f681ce..7d57348 100644 --- a/ubuntu/18.04.Dockerfile +++ b/ubuntu/18.04.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/ubuntu/20.04.Dockerfile b/ubuntu/20.04.Dockerfile index 7af153e..582f5af 100644 --- a/ubuntu/20.04.Dockerfile +++ b/ubuntu/20.04.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/ubuntu/22.04.Dockerfile b/ubuntu/22.04.Dockerfile index 403d7ae..15d1c6d 100644 --- a/ubuntu/22.04.Dockerfile +++ b/ubuntu/22.04.Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin' ENV container=docker \ DEBIAN_FRONTEND=noninteractive -RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \ +RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \ && apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*