summaryrefslogtreecommitdiff
path: root/docker/Dockerfile.ArchLinux
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-05 12:04:42 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-05 12:04:42 +0200
commit35a1d85f8b7f34e3bcc45d30333a93383cb13493 (patch)
tree274bd072de827493d5452f60b9005599b0423770 /docker/Dockerfile.ArchLinux
parent9e5958ab0e180a64d82490c6459510e6fe695c85 (diff)
removed the snapshot feature and all dependencies from non-java code
Diffstat (limited to 'docker/Dockerfile.ArchLinux')
-rw-r--r--docker/Dockerfile.ArchLinux30
1 files changed, 0 insertions, 30 deletions
diff --git a/docker/Dockerfile.ArchLinux b/docker/Dockerfile.ArchLinux
index ebe8428d0..b775ffe2b 100644
--- a/docker/Dockerfile.ArchLinux
+++ b/docker/Dockerfile.ArchLinux
@@ -45,36 +45,6 @@ ENV ANT_HOME="/opt/ant"
ENV PATH="/opt/ant/bin:${PATH}"
RUN ant -f /opt/ant/fetch.xml -Ddest=system
-# install the latest version dependencies of Yacy (copied from the official Dockerfile)
-RUN pacman -Sy imagemagick ruby qt5-tools qt5-doc gperf python xorg-server-xvfb ghostscript git qt5-svg qt5-xmlpatterns base-devel qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen hyphen-en hyphen-de woff2 cmake --noconfirm && \
-pacman -Scc --noconfirm
-RUN useradd --no-create-home --shell=/bin/false build && \
-usermod -L build
-USER build
-WORKDIR /tmp
-
-# buid package for qt5-webkit from AUR
-RUN git clone https://aur.archlinux.org/qt5-webkit.git && \
-cd qt5-webkit && \
-MAKEFLAGS="-j$(nproc)" makepkg --noconfirm && \
-cd ..
-USER root
-
-# install the package
-RUN pacman -U --noconfirm /tmp/qt5-webkit/qt5-webkit*.pkg.tar.zst && \
-rm -rf /tmp/qt5-webkit
-USER build
-
-# build package for wkhtmltopdf from AUR
-RUN git clone https://aur.archlinux.org/wkhtmltopdf.git && \
-cd wkhtmltopdf && \
-MAKEFLAGS="-j$(nproc)" makepkg --noconfirm --skippgpcheck && \
-cd ..
-USER root
-
-# install the package
-RUN pacman -U --noconfirm /tmp/wkhtmltopdf/wkhtmltopdf*.pkg.tar.zst && \
-rm -rf /tmp/wkhtmltopdf
WORKDIR /opt
# download the latest version of yacy