Skip to content

Commit

Permalink
chore: update ca-certs in dockerfile for pp_calc
Browse files Browse the repository at this point in the history
  • Loading branch information
iotanum committed Nov 15, 2024
1 parent 9e68be8 commit 7d6c8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Update and upgrade essential packages
RUN apt-get -y update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
software-properties-common && \
sudo update-ca-certificates && \
rm -rf /var/lib/apt/lists/*

# Install dependencies for .NET 8 and Python 3.13
Expand Down

0 comments on commit 7d6c8b4

Please sign in to comment.