Dockerfile: remove aufs-tools, as it's not available on bullseye

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-08-20 00:42:09 +02:00
parent 882fd19f39
commit 3ab8decad7
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C
2 changed files with 0 additions and 2 deletions

View file

@ -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 \

View file

@ -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/*