mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
libressl
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
3c1634b3d0
commit
dbf5c31724
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user