We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb6ede commit 1214f34Copy full SHA for 1214f34
Dockerfile
@@ -8,14 +8,19 @@ ENV TERM=xterm
8
# Install required and recommended programs for Silverpeas
9
#
10
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 \
+# Installation of LibreOffice, ImageMagick, Ghostscript, and then
+# the dependencies required to run SWFTools and PDF2JSON
+RUN apt-get update \
14
+ && apt-get install -y tzdata \
15
+ && apt-get install -y \
16
+ apt-utils \
17
+ iputils-ping \
18
+ curl \
19
wget \
20
+ vim \
21
locales \
22
language-pack-en \
23
language-pack-fr \
- tzdata \
24
procps \
25
net-tools \
26
zip \
0 commit comments