Skip to content

Commit

Permalink
Fix nondeterminism in shibboleth-sp-nginx build
Browse files Browse the repository at this point in the history
  • Loading branch information
mureytasroc committed Nov 5, 2023
1 parent d650590 commit 2c637be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/shibboleth-sp-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS build

# Install dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends -y gnupg2 ca-certificates wget git mercurial build-essential lsb-release devscripts fakeroot quilt libssl-dev libpcre2-dev libpcre3-dev zlib1g-dev debhelper libxml2-utils xsltproc \
&& apt-get install --no-install-recommends -y gnupg2 ca-certificates wget git mercurial build-essential lsb-release devscripts fakeroot quilt libssl-dev libpcre2-dev libpcre3-dev zlib1g-dev debhelper libxml2-utils xsltproc libparse-recdescent-perl \
&& rm -rf /var/lib/apt/lists/*

# Add Nginx repository and install
Expand Down Expand Up @@ -39,6 +39,7 @@ RUN wget -qO - https://nginx.org/keys/nginx_signing.key | apt-key add - \

# Install Shibboleth, Nginx, and Supervisor
RUN apt-get update && apt-get install --no-install-recommends -y libapache2-mod-shib supervisor nginx \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

# Install Nginx modules
Expand Down

0 comments on commit 2c637be

Please sign in to comment.