mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 22:06:46 +08:00
Switch to full Libreoffice installation, add missing awscli package (#5711)
This commit is contained in:
parent
1c337b7dd6
commit
dea46f45cf
1 changed files with 2 additions and 3 deletions
|
@ -74,15 +74,14 @@ RUN \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
netcat \
|
netcat \
|
||||||
npm \
|
npm \
|
||||||
|
awscli \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
librsvg2-2 \
|
librsvg2-2 \
|
||||||
libvips42 \
|
libvips42 \
|
||||||
graphviz \
|
graphviz \
|
||||||
libreoffice-calc \
|
|
||||||
libreoffice-impress \
|
|
||||||
libreoffice-writer \
|
|
||||||
libfile-mimeinfo-perl && \
|
libfile-mimeinfo-perl && \
|
||||||
|
apt-get install -y libreoffice && \
|
||||||
ln -s /usr/lib/x86_64-linux-gnu/libvips.so.42 /usr/lib/x86_64-linux-gnu/libvips.so
|
ln -s /usr/lib/x86_64-linux-gnu/libvips.so.42 /usr/lib/x86_64-linux-gnu/libvips.so
|
||||||
|
|
||||||
ARG BUILD_TIMESTAMP=1
|
ARG BUILD_TIMESTAMP=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue