mgbam commited on
Commit
eb9f6f3
·
verified ·
1 Parent(s): 73b4d32

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \