mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42: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 \
|
||||
netcat \
|
||||
npm \
|
||||
awscli \
|
||||
default-jre-headless \
|
||||
poppler-utils \
|
||||
librsvg2-2 \
|
||||
libvips42 \
|
||||
graphviz \
|
||||
libreoffice-calc \
|
||||
libreoffice-impress \
|
||||
libreoffice-writer \
|
||||
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
|
||||
|
||||
ARG BUILD_TIMESTAMP=1
|
||||
|
|
Loading…
Reference in a new issue