Skip to content

Commit a4f0efe

Browse files
author
Julien Neuhart
committed
fixes #3
1 parent 5a58281 commit a4f0efe

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Dockerfile.10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

Dockerfile.10-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

Dockerfile.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

Dockerfile.6-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

Dockerfile.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

Dockerfile.8-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1010
# |
1111

1212
RUN apt-get update &&\
13-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
13+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1414

1515
# |--------------------------------------------------------------------------
1616
# | Supercronic

utils/Dockerfile.blueprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <
1313
# |
1414

1515
RUN apt-get update &&\
16-
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps --no-install-recommends
16+
apt-get install -y --no-install-recommends curl git nano sudo ca-certificates procps libfontconfig --no-install-recommends
1717

1818
# |--------------------------------------------------------------------------
1919
# | Supercronic

0 commit comments

Comments
 (0)