mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
docker: Set name of final stage in azahar-room Dockerfile
This commit is contained in:
parent
9099b9cfb7
commit
346bcf02ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue