summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorkernelmethod <wss2ec@virginia.edu>2022-05-22 17:11:06 -0600
committerkernelmethod <wss2ec@virginia.edu>2022-05-22 17:11:06 -0600
commite826de5d049aeabe8b31cefffd79629eeb03580c (patch)
tree6ba85dc3180841d220acc2a060ccfdff86f6dc01 /docker
parent9fdfc37fcc240cc329bd0c6383aa84d18daea61a (diff)
downloadsudo-e826de5d049aeabe8b31cefffd79629eeb03580c.tar.gz
Add libapparmor-dev to the Debian and Ubuntu Dockerfiles
Install libapparmor-dev on Debian- and Ubuntu-based Docker images so that they can build sudo with AppArmor support.
Diffstat (limited to 'docker')
-rw-r--r--docker/debian/latest/Dockerfile1
-rw-r--r--docker/debian/testing/Dockerfile1
-rw-r--r--docker/ubuntu/devel/Dockerfile1
-rw-r--r--docker/ubuntu/latest/Dockerfile1
-rw-r--r--docker/ubuntu/rolling/Dockerfile1
5 files changed, 5 insertions, 0 deletions
diff --git a/docker/debian/latest/Dockerfile b/docker/debian/latest/Dockerfile
index 9e2d5b9a0..80417ffd8 100644
--- a/docker/debian/latest/Dockerfile
+++ b/docker/debian/latest/Dockerfile
@@ -5,5 +5,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
build-essential curl dpkg-dev ed libldap2-dev libpam0g-dev \
libsasl2-dev libselinux1-dev libsepol1-dev libssl-dev zlib1g-dev \
libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
+ libapparmor-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build
diff --git a/docker/debian/testing/Dockerfile b/docker/debian/testing/Dockerfile
index f8498bb20..34aa72d23 100644
--- a/docker/debian/testing/Dockerfile
+++ b/docker/debian/testing/Dockerfile
@@ -5,5 +5,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
build-essential curl dpkg-dev ed libldap2-dev libpam0g-dev \
libsasl2-dev libselinux1-dev libsepol1-dev libssl-dev zlib1g-dev \
libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
+ libapparmor-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build
diff --git a/docker/ubuntu/devel/Dockerfile b/docker/ubuntu/devel/Dockerfile
index 5ded20e3b..fffc141b5 100644
--- a/docker/ubuntu/devel/Dockerfile
+++ b/docker/ubuntu/devel/Dockerfile
@@ -5,5 +5,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
build-essential curl dpkg-dev ed libldap2-dev libpam0g-dev \
libsasl2-dev libselinux1-dev libsepol1-dev libssl-dev zlib1g-dev \
libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
+ libapparmor-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build
diff --git a/docker/ubuntu/latest/Dockerfile b/docker/ubuntu/latest/Dockerfile
index db619f97e..a566c5df9 100644
--- a/docker/ubuntu/latest/Dockerfile
+++ b/docker/ubuntu/latest/Dockerfile
@@ -5,5 +5,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
build-essential curl dpkg-dev ed libldap2-dev libpam0g-dev \
libsasl2-dev libselinux1-dev libsepol1-dev libssl-dev zlib1g-dev \
libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
+ libapparmor-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build
diff --git a/docker/ubuntu/rolling/Dockerfile b/docker/ubuntu/rolling/Dockerfile
index 6a9aebfc0..2d6a0981d 100644
--- a/docker/ubuntu/rolling/Dockerfile
+++ b/docker/ubuntu/rolling/Dockerfile
@@ -5,5 +5,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
build-essential curl dpkg-dev ed libldap2-dev libpam0g-dev \
libsasl2-dev libselinux1-dev libsepol1-dev libssl-dev zlib1g-dev \
libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
+ libapparmor-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build