Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-10 16:21:30 -08:00
parent 3c1634b3d0
commit dbf5c31724
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \
ca-certificates \
curl \
openssl
libressl
ENV CPUMINER_VERSION v2.4.5
RUN set -x \
@ -14,7 +14,6 @@ RUN set -x \
build-base \
curl-dev \
git \
openssl-dev \
&& git clone --depth 1 --branch "${CPUMINER_VERSION}" https://github.com/pooler/cpuminer.git /usr/src/cpuminer \
&& ( \
cd /usr/src/cpuminer \

View File

@ -5,7 +5,7 @@ RUN apk add --no-cache \
ca-certificates \
curl \
libxml2 \
openssl \
libressl \
xclip \
--repository https://dl-3.alpinelinux.org/alpine/edge/main
@ -18,7 +18,6 @@ RUN set -x \
curl-dev \
git \
libxml2-dev \
openssl-dev \
&& git clone --depth 1 https://github.com/LastPass/lastpass-cli.git /usr/src/lastpass-cli \
&& ( \
cd /usr/src/lastpass-cli \