mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 23:12:40 +01:00
@@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ATOM_VERSION 1.19.1
|
||||
ENV ATOM_VERSION 1.19.2
|
||||
|
||||
# download the source
|
||||
RUN buildDeps=' \
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
FROM alpine:latest
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates \
|
||||
curl \
|
||||
libressl
|
||||
|
||||
ENV CPUMINER_VERSION v2.5.0
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
autoconf \
|
||||
automake \
|
||||
build-base \
|
||||
curl-dev \
|
||||
git \
|
||||
&& git clone --depth 1 --branch "${CPUMINER_VERSION}" https://github.com/pooler/cpuminer.git /usr/src/cpuminer \
|
||||
&& ( \
|
||||
cd /usr/src/cpuminer \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure CFLAGS="-O3" \
|
||||
&& make \
|
||||
&& make install \
|
||||
) \
|
||||
&& rm -rf /usr/src/cpuminer \
|
||||
&& apk del .build-deps
|
||||
|
||||
ENTRYPOINT [ "minerd" ]
|
||||
@@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||
python
|
||||
|
||||
# Get the source
|
||||
ENV PLEXPY_VERSION v1.4.21
|
||||
ENV PLEXPY_VERSION v1.4.22
|
||||
RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \
|
||||
&& ( \
|
||||
cd /opt/plexpy \
|
||||
|
||||
@@ -7,7 +7,7 @@ ENV GOPATH /go
|
||||
RUN apk --no-cache add \
|
||||
ca-certificates
|
||||
|
||||
ENV VAULT_VERSION v0.8.0-rc1
|
||||
ENV VAULT_VERSION v0.8.1
|
||||
|
||||
RUN buildDeps=' \
|
||||
bash \
|
||||
|
||||
Reference in New Issue
Block a user