Skip to content

Commit

Permalink
maybe we need to install more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Nov 5, 2023
1 parent 0abbbfa commit 9adf975
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker/shibboleth-sp-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@ 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 \
&& rm -rf /var/lib/apt/lists/*

# Install Python 3.10
# Install Python 3.10 from the official Python repository
RUN curl -O https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz && \
tar -xzvf Python-3.10.0.tgz && \
cd Python-3.10.0 && \
Expand Down

0 comments on commit 9adf975

Please sign in to comment.