Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
commoodor authored Jun 27, 2024
1 parent adfca48 commit 124209a
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,10 +8,10 @@ RUN apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install curl xz-utils wget \
&& cd /opt \
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.5.3/SRBMiner-Multi-2-5-3-Linux.tar.gz -o SRBMiner-Multi.tar.gz \
&& curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.5.7/SRBMiner-Multi-2-5-7-Linux.tar.gz -o SRBMiner-Multi.tar.gz \
&& tar xf SRBMiner-Multi.tar.gz \
&& rm -rf SRBMiner-Multi.tar.gz \
&& mv /opt/SRBMiner-Multi-2-5-3/ /opt/SRBMiner/ \
&& mv /opt/SRBMiner-Multi-2-5-7/ /opt/SRBMiner/ \
&& apt-get -y purge xz-utils \
&& apt-get -y autoremove --purge \
&& apt-get -y clean \
Expand Down

0 comments on commit 124209a

Please sign in to comment.