Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jul 14, 2024
2 parents c8253b0 + 6cd1ff0 commit 63bbf05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wine/staging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt install -y --no-install-recommends \
gdb \
git \
gnupg2 \
gnutls-bin \
icu-devtools \
iproute2 \
locales \
Expand Down Expand Up @@ -117,4 +118,4 @@ STOPSIGNAL SIGINT
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]
CMD ["/entrypoint.sh"]

0 comments on commit 63bbf05

Please sign in to comment.