mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix hydra
This commit is contained in:
@@ -5,13 +5,15 @@
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
|
ENV HYDRA_VERSION=8.6
|
||||||
|
ENV HYDRA_URL=https://github.com/vanhauser-thc/thc-hydra/archive/$HYDRA_VERSION.tar.gz
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache apr-dev \
|
&& apk add --no-cache apr-dev \
|
||||||
apr-util-dev \
|
apr-util-dev \
|
||||||
bash \
|
bash \
|
||||||
build-base \
|
build-base \
|
||||||
curl \
|
curl \
|
||||||
git \
|
|
||||||
jq \
|
jq \
|
||||||
libidn \
|
libidn \
|
||||||
libidn-dev \
|
libidn-dev \
|
||||||
@@ -28,10 +30,11 @@ RUN set -xe \
|
|||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
subversion-dev \
|
subversion-dev \
|
||||||
subversion-libs \
|
subversion-libs \
|
||||||
|
tar \
|
||||||
&& echo 'will cite' | parallel --bibtex \
|
&& echo 'will cite' | parallel --bibtex \
|
||||||
&& mkdir src \
|
&& mkdir src \
|
||||||
&& cd src \
|
&& cd src \
|
||||||
&& git clone --depth 1 https://github.com/vanhauser-thc/thc-hydra.git . \
|
&& curl -sSL $HYDRA_URL | tar xz --strip 1 \
|
||||||
&& ./configure --prefix=/usr \
|
&& ./configure --prefix=/usr \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|||||||
@@ -5,13 +5,15 @@
|
|||||||
FROM easypi/alpine-arm
|
FROM easypi/alpine-arm
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
|
ENV HYDRA_VERSION=8.6
|
||||||
|
ENV HYDRA_URL=https://github.com/vanhauser-thc/thc-hydra/archive/$HYDRA_VERSION.tar.gz
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache apr-dev \
|
&& apk add --no-cache apr-dev \
|
||||||
apr-util-dev \
|
apr-util-dev \
|
||||||
bash \
|
bash \
|
||||||
build-base \
|
build-base \
|
||||||
curl \
|
curl \
|
||||||
git \
|
|
||||||
jq \
|
jq \
|
||||||
libidn \
|
libidn \
|
||||||
libidn-dev \
|
libidn-dev \
|
||||||
@@ -28,10 +30,11 @@ RUN set -xe \
|
|||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
subversion-dev \
|
subversion-dev \
|
||||||
subversion-libs \
|
subversion-libs \
|
||||||
|
tar \
|
||||||
&& echo 'will cite' | parallel --bibtex \
|
&& echo 'will cite' | parallel --bibtex \
|
||||||
&& mkdir src \
|
&& mkdir src \
|
||||||
&& cd src \
|
&& cd src \
|
||||||
&& git clone --depth 1 https://github.com/vanhauser-thc/thc-hydra.git . \
|
&& curl -sSL $HYDRA_URL | tar xz --strip 1 \
|
||||||
&& ./configure --prefix=/usr \
|
&& ./configure --prefix=/usr \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
|
|||||||
Reference in New Issue
Block a user