Skip to content

Commit

Permalink
Lol
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 5, 2023
1 parent 9adf975 commit a5f0a79
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/shibboleth-sp-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ ENV NGINX_VERSION=1.18.0-2~buster

# Install dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends -y gnupg2 wget ca-certificates \
build-essential \
ca-certificates \
curl \
tar \
make \
&& apt-get install --no-install-recommends -y gnupg2 ca-certificates wget build-essential ca-certificates curl tar make zlib1g-dev libssl-dev libpcre3-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Python 3.10 from the official Python repository
Expand Down

0 comments on commit a5f0a79

Please sign in to comment.