1
0
mirror of synced 2026-08-05 15:06:54 +00:00

fix(docker): set default shell encoding

This commit is contained in:
campersau
2025-05-30 17:13:42 +02:00
committed by GitHub
parent fddb146d73
commit f1e6100b33
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=America/Los_Angeles
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright/java:v%version%-jammy"
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
# === INSTALL JDK and Maven ===
RUN apt-get update && \
+3
View File
@@ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=America/Los_Angeles
ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright/java:v%version%-noble"
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
# === INSTALL JDK and Maven ===
RUN apt-get update && \