diff --git a/Dockerfile b/Dockerfile index 81781bb086..9e0accc5e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -252,7 +252,6 @@ RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt \ --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt \ apt-get update && apt-get install -y --no-install-recommends \ apparmor \ - aufs-tools \ bash-completion \ bzip2 \ iptables \ diff --git a/Dockerfile.simple b/Dockerfile.simple index ac0461637b..1f878773ca 100644 --- a/Dockerfile.simple +++ b/Dockerfile.simple @@ -36,7 +36,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ xfsprogs \ xz-utils \ \ - aufs-tools \ vim-common \ && rm -rf /var/lib/apt/lists/*