diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 530fc4a9..21880253 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -297,10 +297,6 @@ RUN apt-get update && apt-get install -y \ python3-pytest-cov \ cloud-utils -# Packages needed for libnss-mapuser & libpam-radius -RUN apt-get update && apt-get install -y \ - libaudit-dev - # Install utillities for building grub and u-boot images RUN if dpkg-architecture -iarm64; then \ apt-get update && apt-get install -y \ |