2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

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.
This commit is contained in:
kernelmethod 2022-05-22 17:11:06 -06:00
parent c20859d55b
commit 58ce33abab
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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