diff --git a/bot/parkertron/Dockerfile b/bot/parkertron/Dockerfile index c1cc297..ddf36fd 100644 --- a/bot/parkertron/Dockerfile +++ b/bot/parkertron/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ # general packages diff --git a/bot/sinusbot/Dockerfile b/bot/sinusbot/Dockerfile index bba2c0c..cd7b896 100644 --- a/bot/sinusbot/Dockerfile +++ b/bot/sinusbot/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL org.opencontainers.image.authors="i2007@damw.eu" LABEL version="1.0" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive # Install Dependencies RUN apt update \ @@ -14,8 +14,8 @@ RUN apt update \ && useradd -m -d /home/container container #RUN python3 -m pip install requests -ENV LANG C.UTF-8 -ENV LC_ALL C.UTF-8 +ENV LANG=C.UTF-8 +ENV LC_ALL=C.UTF-8 USER container ENV USER=container HOME=/home/container diff --git a/box64/Dockerfile b/box64/Dockerfile index d0ae99e..4b5d43d 100644 --- a/box64/Dockerfile +++ b/box64/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL author="QuintenQVD" maintainer="josdekurk@gmail.com" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## Update base packages RUN apt update \ diff --git a/dotnet/2.1/Dockerfile b/dotnet/2.1/Dockerfile index 58dcaff..65f4468 100644 --- a/dotnet/2.1/Dockerfile +++ b/dotnet/2.1/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/3.1/Dockerfile b/dotnet/3.1/Dockerfile index 18fa767..d173059 100644 --- a/dotnet/3.1/Dockerfile +++ b/dotnet/3.1/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/5/Dockerfile b/dotnet/5/Dockerfile index 5bafee2..9f444e1 100644 --- a/dotnet/5/Dockerfile +++ b/dotnet/5/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/6/Dockerfile b/dotnet/6/Dockerfile index 9494f76..2f5c65d 100644 --- a/dotnet/6/Dockerfile +++ b/dotnet/6/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/7/Dockerfile b/dotnet/7/Dockerfile index 78a389a..985601f 100644 --- a/dotnet/7/Dockerfile +++ b/dotnet/7/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/8/Dockerfile b/dotnet/8/Dockerfile index b158d03..dd46202 100644 --- a/dotnet/8/Dockerfile +++ b/dotnet/8/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/9/Dockerfile b/dotnet/9/Dockerfile index 7ffef58..3fd591e 100644 --- a/dotnet/9/Dockerfile +++ b/dotnet/9/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/games/altv/Dockerfile b/games/altv/Dockerfile index 0422fae..e01dd6c 100644 --- a/games/altv/Dockerfile +++ b/games/altv/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm LABEL author="goover" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN useradd -m -d /home/container -s /bin/bash container diff --git a/games/minetest/Dockerfile b/games/minetest/Dockerfile index 50ead4a..5f5c4f8 100644 --- a/games/minetest/Dockerfile +++ b/games/minetest/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y curl ca-certificates openssl git tar gnupg2 sqlite3 fontconfig tzdata iproute2 libfreetype6 software-properties-common \ diff --git a/games/mta/Dockerfile b/games/mta/Dockerfile index baa9d17..28074a2 100644 --- a/games/mta/Dockerfile +++ b/games/mta/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:20.04 -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## add container user RUN useradd -m -d /home/container -s /bin/bash container diff --git a/games/valheim/Dockerfile b/games/valheim/Dockerfile index 8dde544..f6c20b5 100644 --- a/games/valheim/Dockerfile +++ b/games/valheim/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 LABEL author="Daniel Barton" maintainer="danny6167@gmail.com" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## add container user RUN useradd -m -d /home/container -s /bin/bash container diff --git a/mariadb/10.3/Dockerfile b/mariadb/10.3/Dockerfile index 17d80fe..1c9db09 100644 --- a/mariadb/10.3/Dockerfile +++ b/mariadb/10.3/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.3 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.4/Dockerfile b/mariadb/10.4/Dockerfile index 83673e0..37e42d9 100644 --- a/mariadb/10.4/Dockerfile +++ b/mariadb/10.4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.4 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.5/Dockerfile b/mariadb/10.5/Dockerfile index 0bbf825..ab7d5be 100644 --- a/mariadb/10.5/Dockerfile +++ b/mariadb/10.5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.5 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.6/Dockerfile b/mariadb/10.6/Dockerfile index ea443ca..60f3939 100644 --- a/mariadb/10.6/Dockerfile +++ b/mariadb/10.6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.6 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.7/Dockerfile b/mariadb/10.7/Dockerfile index 667aa81..d514c83 100644 --- a/mariadb/10.7/Dockerfile +++ b/mariadb/10.7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.7 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.2/Dockerfile b/mariadb/11.2/Dockerfile index 811ee7d..b3398ed 100644 --- a/mariadb/11.2/Dockerfile +++ b/mariadb/11.2/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.2 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.3/Dockerfile b/mariadb/11.3/Dockerfile index a2533c2..535e523 100644 --- a/mariadb/11.3/Dockerfile +++ b/mariadb/11.3/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.3 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.4/Dockerfile b/mariadb/11.4/Dockerfile index 4bb949e..d4b2293 100644 --- a/mariadb/11.4/Dockerfile +++ b/mariadb/11.4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.4 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat-traditional \ diff --git a/mongodb/4/Dockerfile b/mongodb/4/Dockerfile index 52b6885..bab5f3e 100644 --- a/mongodb/4/Dockerfile +++ b/mongodb/4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:4-focal LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/5/Dockerfile b/mongodb/5/Dockerfile index 0b70021..aeaf3c2 100644 --- a/mongodb/5/Dockerfile +++ b/mongodb/5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:5-focal LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/6/Dockerfile b/mongodb/6/Dockerfile index 0e73bbe..b347e10 100644 --- a/mongodb/6/Dockerfile +++ b/mongodb/6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:6-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/7/Dockerfile b/mongodb/7/Dockerfile index 7773d41..ee446e6 100644 --- a/mongodb/7/Dockerfile +++ b/mongodb/7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/oses/debian/Dockerfile b/oses/debian/Dockerfile index 39eb430..c6d7fe0 100644 --- a/oses/debian/Dockerfile +++ b/oses/debian/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN useradd -m -d /home/container -s /bin/bash container diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 075d12e..3cbd93b 100644 --- a/postgres/10/Dockerfile +++ b/postgres/10/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 992062e..e563ce2 100644 --- a/postgres/11/Dockerfile +++ b/postgres/11/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 6dc5db1..696a68e 100644 --- a/postgres/12/Dockerfile +++ b/postgres/12/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index d86c033..5fa31b9 100644 --- a/postgres/13/Dockerfile +++ b/postgres/13/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 4c8b019..411d84e 100644 --- a/postgres/14/Dockerfile +++ b/postgres/14/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index a4eec38..c2ea945 100644 --- a/postgres/16/Dockerfile +++ b/postgres/16/Dockerfile @@ -10,7 +10,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/9/Dockerfile b/postgres/9/Dockerfile index d1b5840..a100fe5 100644 --- a/postgres/9/Dockerfile +++ b/postgres/9/Dockerfile @@ -10,7 +10,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/redis/5/Dockerfile b/redis/5/Dockerfile index 0bf23ec..b1cc398 100644 --- a/redis/5/Dockerfile +++ b/redis/5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:5-bullseye LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/redis/6/Dockerfile b/redis/6/Dockerfile index 0f90b6f..91f31a7 100644 --- a/redis/6/Dockerfile +++ b/redis/6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:6-bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/redis/7/Dockerfile b/redis/7/Dockerfile index def8d7e..d245457 100644 --- a/redis/7/Dockerfile +++ b/redis/7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:7-bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 52e26e6..d75c228 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN dpkg --add-architecture i386 \ && apt update \