Fix: Docker LegacyKeyValueFormat

This commit is contained in:
Quinten
2025-01-03 11:02:41 +01:00
committed by GitHub
parent fb0be1aeca
commit 6d82a2fee0
38 changed files with 40 additions and 40 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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