summaryrefslogtreecommitdiff
path: root/docker/Dockerfile.ArchLinux
diff options
context:
space:
mode:
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