mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-01-19 16:14:45 +00:00
Update
This commit is contained in:
parent
96f88ab023
commit
5e99e56b6a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue