Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
commoodor authored May 13, 2024
1 parent 706897a commit adfca48
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.1/SRBMiner-Multi-2-5-1-Linux.tar.gz -o SRBMiner-Multi.tar.gz \
&& 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 \
&& tar xf SRBMiner-Multi.tar.gz \
&& rm -rf SRBMiner-Multi.tar.gz \
&& mv /opt/SRBMiner-Multi-2-5-1/ /opt/SRBMiner/ \
&& mv /opt/SRBMiner-Multi-2-5-3/ /opt/SRBMiner/ \
&& apt-get -y purge xz-utils \
&& apt-get -y autoremove --purge \
&& apt-get -y clean \
Expand Down

0 comments on commit adfca48

Please sign in to comment.