docker: Set name of final stage in azahar-room Dockerfile
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
azahar-stale / stale-issues (push) Has been cancelled

This commit is contained in:
OpenSauce04
2025-12-01 23:28:50 +00:00
committed by OpenSauce
parent 9099b9cfb7
commit 346bcf02ea

View File

@@ -23,7 +23,7 @@ RUN mkdir builddir && cd builddir && \
cd .. && rm -rf builddir
# --- Final ------------------
FROM debian:trixie
FROM debian:trixie AS final
RUN apt-get update && apt-get -y full-upgrade
RUN apt-get install -y iputils-ping net-tools