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 \
curl \
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 && \
dpkg -i fahclient.deb || true && \
dpkg -i /fahclient.deb || true && \
apt-get install -f -y && \
rm fahclient.deb && \
rm /fahclient.deb && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY rootfs /
RUN ls -R /etc/s6-overlay/s6-rc.d/
EXPOSE 7396
CMD [ "/run.sh" ]

View File

@@ -0,0 +1 @@
longrun