File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,12 @@ ENV EXTRAS="--api-enable --api-port 80 --disable-auto-affinity --disable-gpu"
88
99RUN apt-get -y update \
1010 && apt-get -y upgrade \
11- && apt-get -y install curl xz-utils wget \
11+ && apt-get -y install curl wget \
1212 && cd /opt \
13- && curl -L https://github.com/doktor83/SRBMiner-Multi/releases/download/2.4.7/SRBMiner-Multi-2-4-7-Linux.tar.xz -o SRBMiner-Multi.tar.xz \
14- && tar xf SRBMiner-Multi.tar.xz \
15- && rm -rf SRBMiner-Multi.tar.xz \
16- && mv /opt/SRBMiner-Multi-2-4-7/ /opt/SRBMiner-Multi/ \
17- && apt-get -y purge xz-utils \
13+ && 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 \
14+ && tar xf SRBMiner-Multi.tar.gz \
15+ && rm -rf SRBMiner-Multi.tar.gz \
16+ && mv /opt/SRBMiner-Multi-2-5-3/ /opt/SRBMiner-Multi/ \
1817 && apt-get -y autoremove --purge \
1918 && apt-get -y clean \
2019 && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
Original file line number Diff line number Diff line change 11#! /bin/bash
2- version=" 2.4.7 "
2+ version=" 2.5.3 "
33image=" srbminer-multi"
44docker build . --tag docker.io/cniweb/$image :$version
55docker tag docker.io/cniweb/$image :$version docker.io/cniweb/$image :latest
You can’t perform that action at this time.
0 commit comments