⬆️ Upgrades fah-client to 8.3.17

This commit is contained in:
Franck Nijhof 2024-07-09 12:02:50 +02:00
parent ab0a6919ee
commit d3ff9af306
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -9,13 +9,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_ARCH=amd64 ARG BUILD_ARCH=amd64
RUN \ RUN \
curl -J -L -o /tmp/fah.deb \ curl -J -L -o /tmp/fah.deb \
"https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb" \ "https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.3.17_amd64.deb" \
\ \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
bzip2=1.0.8-5+b1 \ bzip2=1.0.8-5+b1 \
ocl-icd-libopencl1=2.3.1-1 \ ocl-icd-libopencl1=2.3.1-1 \
\ \
&& addgroup --system render \
&& mkdir /etc/fahclient \ && mkdir /etc/fahclient \
&& touch /etc/fahclient/config.xml \ && touch /etc/fahclient/config.xml \
&& dpkg --install /tmp/fah.deb \ && dpkg --install /tmp/fah.deb \