Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-05-26 21:27:34 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-05-26 21:28:51 +0300
commit2d6ac4fde062b706b31ea7458a1d69080d99006f (patch)
treeeee5a32d94a051f69963bf9ac94c9359c061765f /client
parent4cd0a53a78f5f186985c4afe98f65cab72bd31a2 (diff)
Use more recent inkscape version
Ubunts default inkscape version is outdated Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile-5.125
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Dockerfile-5.12 b/client/Dockerfile-5.12
index d8d4b03..0480423 100644
--- a/client/Dockerfile-5.12
+++ b/client/Dockerfile-5.12
@@ -13,8 +13,13 @@ ENV QT_ROOT /opt/qt${VER_QT}
# https://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories
RUN sed -i '/deb-src/s/^# //' /etc/apt/sources.list && \
+ # Ubuntus version of inkscape is outdated
apt-get update && \
apt-get install -y apt-transport-https && \
+ DEBIAN_FRONTEND=noninteractive apt-get install -q -y software-properties-common && \
+ rm -rf /var/lib/apt/lists/* && \
+ add-apt-repository -y ppa:inkscape.dev/stable && \
+ apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -q -y \
wget \
libsqlite3-dev \