Fix warnings in osu client
This commit is contained in:
parent
3ed6442b49
commit
5c9b35ba77
|
@ -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!"]
|
||||
|
|
Loading…
Reference in a new issue