Skip to content

Commit e8c000b

Browse files
committed
Updating:
- Font fix 3 - Added lib support + MS fonts
1 parent c7bd513 commit e8c000b

File tree

32 files changed

+151
-65
lines changed

32 files changed

+151
-65
lines changed

Amazon Corretto/11/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

Amazon Corretto/17/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
3231
libstdc++ \
3332
fontconfig \
3433
font-dejavu \
35-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3638

3739

3840
RUN useradd -m -d /home/container container

Amazon Corretto/21/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
3231
libstdc++ \
3332
fontconfig \
3433
font-dejavu \
35-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3638

3739

3840
RUN useradd -m -d /home/container container

Amazon Corretto/23/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
3231
libstdc++ \
3332
fontconfig \
3433
font-dejavu \
35-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3638

3739

3840
RUN useradd -m -d /home/container container

Amazon Corretto/24/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
3231
libstdc++ \
3332
fontconfig \
3433
font-dejavu \
35-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3638

3739

3840
RUN useradd -m -d /home/container container

Amazon Corretto/8/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

Azul Zulu/11-jre/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

Azul Zulu/11/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

Azul Zulu/17-jre/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

Azul Zulu/17/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ RUN apk add --no-cache \
2525
openssl \
2626
tar \
2727
sqlite \
28-
fontconfig \
2928
tzdata \
3029
iproute2 \
3130
shadow \
31+
libstdc++ \
3232
fontconfig \
3333
font-dejavu \
34-
ttf-freefont
34+
font-terminus \
35+
msttcorefonts-installer && \
36+
update-ms-fonts && \
37+
fc-cache -f
3538

3639

3740
RUN useradd -m -d /home/container container

0 commit comments

Comments
 (0)