fix: make sure /tmp is cleaned up just in case
Build Container Image / build_riscv64 (push) Successful in 52s Details
Build Container Image / build_arm64 (push) Successful in 1m2s Details
Build Container Image / build_armhf (push) Successful in 1m30s Details
Build Container Image / build_amd64 (push) Successful in 1m45s Details
Build Container Image / build_i386 (push) Successful in 1m40s Details
Build Container Image / push_amd64 (push) Successful in 13s Details
Build Container Image / push_i386 (push) Successful in 14s Details
Build Container Image / push_arm64 (push) Successful in 14s Details
Build Container Image / push_armhf (push) Successful in 14s Details
Build Container Image / push_riscv64 (push) Successful in 15s Details
Build Container Image / build (push) Successful in 2m48s Details
Build Container Image / push (push) Successful in 7m54s Details
Build Container Image / update_readme (push) Successful in 6s Details

This commit is contained in:
Daniel Wolf 2024-03-29 15:24:10 -04:00
parent 6611466044
commit d2b88daa25
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ LABEL maintainer="Daniel Wolf <nephatrine@gmail.com>"
# hadolint ignore=DL3018
RUN apk add --no-cache curl libcurl screen sdl2 \
&& mkdir -p /mnt/shared /mnt/mirror
&& mkdir -p /mnt/shared /mnt/mirror \
&& rm -rf /tmp/* /var/tmp/*
COPY --from=builder /root/pakextract/pakextract /usr/local/bin/
COPY --from=builder /root/yquake2/release/ /opt/quake2/