Skip to content

Commit

Permalink
chore: install recommended packages for git clones, pp_calc
Browse files Browse the repository at this point in the history
  • Loading branch information
iotanum committed Nov 15, 2024
1 parent 1fd28b5 commit b36184a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ubuntu:24.04 AS base
WORKDIR /app

# Install essential tools and pull osu pp-calc repositories
RUN apt-get update -y && apt-get install -y --no-install-recommends \
git && update-ca-certificates && \ \
RUN apt-get update -y && apt-get install -y \
git && \
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 Down

0 comments on commit b36184a

Please sign in to comment.