1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-14 08:02:44 +02:00
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

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

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