Add missing type file for S6-Overlay

This commit is contained in:
2025-07-17 22:29:15 +02:00
parent a184c4fbab
commit 1a85048425
2 changed files with 5 additions and 3 deletions

View File

@@ -5,13 +5,14 @@ RUN \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
curl \ curl \
ca-certificates && \ ca-certificates && \
curl -sSL https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.4.9_amd64.deb -o fahclient.deb && \ curl -sSL https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.4.9_amd64.deb -o /fahclient.deb && \
ls -l /fahclient.deb && \ ls -l /fahclient.deb && \
dpkg -i fahclient.deb || true && \ dpkg -i /fahclient.deb || true && \
apt-get install -f -y && \ apt-get install -f -y && \
rm fahclient.deb && \ rm /fahclient.deb && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
COPY rootfs / COPY rootfs /
RUN ls -R /etc/s6-overlay/s6-rc.d/
EXPOSE 7396 EXPOSE 7396
CMD [ "/run.sh" ] CMD [ "/run.sh" ]

View File

@@ -0,0 +1 @@
longrun