Fix warnings in osu client

master
Simon Bruder 2024-05-09 02:34:50 +02:00
parent 3ed6442b49
commit 5c9b35ba77
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 5 additions and 0 deletions

View File

@ -49,6 +49,7 @@ RUN apt-get update \
libgbm1 \
libgl1 \
pulseaudio \
xdg-utils \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /opt/osu/ /opt/osu/
@ -61,4 +62,8 @@ COPY --from=builder-sentakki /dlls/*.dll /opt/osu/
RUN adduser --disabled-password --gecos '' osu
USER osu
WORKDIR /home/osu
RUN mkdir -p .local/share/applications
ENTRYPOINT ["/opt/osu/osu!"]