Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasheinrich committed Apr 21, 2020
1 parent 892d109 commit d33da77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*

ADD https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9_amd64.deb /tmp
RUN dpkg -i /tmp/fahclient_7.5.1_amd64.deb || exit 0 && \
rm /tmp/fahclient_7.5.1_amd64.deb
RUN dpkg -i /tmp/fahclient_7.6.9_amd64.deb || exit 0 && \
rm /tmp/fahclient_7.6.9_amd64.deb

WORKDIR /root
VOLUME /root
Expand Down

0 comments on commit d33da77

Please sign in to comment.