Skip to content

Commit de819b2

Browse files
[CP] change to FROM ubuntu:jammy
1 parent b961d52 commit de819b2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

16.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM ubuntu:jammy
33
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
44

55
# Generate locale C.UTF-8 for postgres and general locale data
6-
ENV LANG C.UTF-8
7-
6+
ENV LANG en_US.UTF-8
7+
ENV DEBIAN_FRONTEND=noninteractive
88
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
99
RUN apt-get update && \
1010
apt-get install --no-install-recommends -y \

17.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
44

55
# Generate locale C.UTF-8 for postgres and general locale data
66
ENV LANG en_US.UTF-8
7+
ENV DEBIAN_FRONTEND=noninteractive
78

89
# Retrieve the target architecture to install the correct wkhtmltopdf package
910
# ARG TARGETARCH amd64

18.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
44

55
# Generate locale C.UTF-8 for postgres and general locale data
66
ENV LANG en_US.UTF-8
7+
ENV DEBIAN_FRONTEND=noninteractive
78

89
# Retrieve the target architecture to install the correct wkhtmltopdf package
910
# ARG TARGETARCH amd64

0 commit comments

Comments
 (0)