Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -14,6 +14,7 @@ RUN apt-get update && \
|
|
14 |
libsm6 \
|
15 |
libxext6 \
|
16 |
fontconfig \
|
|
|
17 |
# For Microsoft Core Fonts EULA pre-acceptance
|
18 |
&& echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-sections \
|
19 |
&& apt-get install -y --no-install-recommends ttf-mscorefonts-installer \
|
|
|
14 |
libsm6 \
|
15 |
libxext6 \
|
16 |
fontconfig \
|
17 |
+
debconf-utils \ # <<< INSTALL DEBCONF-UTILS
|
18 |
# For Microsoft Core Fonts EULA pre-acceptance
|
19 |
&& echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-sections \
|
20 |
&& apt-get install -y --no-install-recommends ttf-mscorefonts-installer \
|