Skip to content
Snippets Groups Projects
Commit 449e020f authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Pridane fonty, vyhozen nano

parent b6919608
No related branches found
No related tags found
No related merge requests found
Pipeline #62 passed
......@@ -27,7 +27,6 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
libxml2 \
libxss1 \
libxtst6 \
nano \
net-tools \
netcat \
nginx-extras \
......@@ -40,6 +39,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
software-properties-common \
sudo \
supervisor \
vim \
xvfb \
zlib1g && \
sudo -u postgres psql -c "CREATE DATABASE onlyoffice;" && \
......@@ -70,6 +70,9 @@ RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
rm -rf /var/log/onlyoffice && \
rm -rf /var/lib/apt/lists/*
COPY piratske-fonty /usr/share/fonts/truetype/
RUN fc-cache -fv
VOLUME /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /var/lib/postgresql /usr/share/fonts/truetype/custom
ENTRYPOINT /app/onlyoffice/run-document-server.sh
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment