Skip to content

Commit

Permalink
chore: update_ca_certs for git pulls for pp_calc
Browse files Browse the repository at this point in the history
  • Loading branch information
iotanum committed Nov 15, 2024
1 parent 7d6c8b4 commit 1fd28b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions osu_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install essential tools and pull osu pp-calc repositories
RUN apt-get update -y && apt-get install -y --no-install-recommends \
git && \
git && update-ca-certificates && \ \
git clone --depth 1 https://github.com/ppy/osu-tools.git && \
git clone --depth 1 https://github.com/ppy/osu.git && \
rm -rf /var/lib/apt/lists/*
Expand All @@ -20,7 +20,6 @@ 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 1fd28b5

Please sign in to comment.