This commit is contained in:
ChocoTaco 2025-04-28 13:44:50 -04:00
parent 96f88ab023
commit 5e99e56b6a

View file

@ -1,6 +1,6 @@
# Multi-Stage Build (TacoServer) # Multi-Stage Build (TacoServer)
# This stage compiles the various resources that make up TacoServer # This stage compiles the various resources that make up TacoServer
FROM alpine:3.10 as tacobuilder FROM --platform=linux/amd64 alpine:3.10 as tacobuilder
RUN apk --update add git sed less wget nano openssh && \ RUN apk --update add git sed less wget nano openssh && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
@ -16,7 +16,7 @@ WORKDIR /tmp
# Main Game Server Image # Main Game Server Image
FROM i386/debian:bookworm FROM --platform=linux/i386 i386/debian:bookworm
LABEL maintainer="sairuk, amineo, chocotaco" LABEL maintainer="sairuk, amineo, chocotaco"
# ENVIRONMENT # ENVIRONMENT