Skip to content

Commit 1214f34

Browse files
committed
Update so that tzdata doesn't ask for user answer when setting the timezone data
1 parent 6bb6ede commit 1214f34

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Dockerfile

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ ENV TERM=xterm
88
# Install required and recommended programs for Silverpeas
99
#
1010

11-
# Installation of ImageMagick, Ghostscript, and then
12-
# the dependencies required to build SWFTools and PDF2JSON
13-
RUN apt-get update && apt-get install -y \
11+
# Installation of LibreOffice, ImageMagick, Ghostscript, and then
12+
# the dependencies required to run SWFTools and PDF2JSON
13+
RUN apt-get update \
14+
&& apt-get install -y tzdata \
15+
&& apt-get install -y \
16+
apt-utils \
17+
iputils-ping \
18+
curl \
1419
wget \
20+
vim \
1521
locales \
1622
language-pack-en \
1723
language-pack-fr \
18-
tzdata \
1924
procps \
2025
net-tools \
2126
zip \

0 commit comments

Comments
 (0)