summaryrefslogtreecommitdiff
path: root/docker/debian
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-10-26 11:05:04 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-10-26 11:05:04 -0600
commit25b18ce280d272b2ce5762e03b7a9a8a09f1e7e8 (patch)
tree5579ef64e072d95cc528545dcfbf09d0f5081a6e /docker/debian
parent59bad2166880333ad2d68a689eb9d81d563d4337 (diff)
downloadsudo-25b18ce280d272b2ce5762e03b7a9a8a09f1e7e8.tar.gz
Add libwolfssl-dev to Debian and Ubuntu Dockerfiles
Fedora does not appear to have an official wolfssl package.
Diffstat (limited to 'docker/debian')
-rw-r--r--docker/debian/latest/Dockerfile2
-rw-r--r--docker/debian/testing/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/debian/latest/Dockerfile b/docker/debian/latest/Dockerfile
index 10d9a17cf..9e2d5b9a0 100644
--- a/docker/debian/latest/Dockerfile
+++ b/docker/debian/latest/Dockerfile
@@ -4,6 +4,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get install -y \
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 \
+ libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-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 20ee0e0f8..f8498bb20 100644
--- a/docker/debian/testing/Dockerfile
+++ b/docker/debian/testing/Dockerfile
@@ -4,6 +4,6 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get install -y \
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 \
+ libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build