1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-09-16 09:16:45 +02:00

fix hydra

This commit is contained in:
kev
2017-09-17 12:40:32 +08:00
parent c41b608c45
commit f90160b9b6
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ RUN set -xe \
&& mkdir src \ && mkdir src \
&& cd src \ && cd src \
&& curl -sSL $HYDRA_URL | tar xz --strip 1 \ && curl -sSL $HYDRA_URL | tar xz --strip 1 \
&& sed -i '1s/^/#include <stdint.h>\n/' pw-inspector.c \
&& ./configure --prefix=/usr \ && ./configure --prefix=/usr \
&& make install \ && make install \
&& cd .. \ && cd .. \

View File

@@ -35,6 +35,7 @@ RUN set -xe \
&& mkdir src \ && mkdir src \
&& cd src \ && cd src \
&& curl -sSL $HYDRA_URL | tar xz --strip 1 \ && curl -sSL $HYDRA_URL | tar xz --strip 1 \
&& sed -i '1s/^/#include <stdint.h>\n/' pw-inspector.c \
&& ./configure --prefix=/usr \ && ./configure --prefix=/usr \
&& make install \ && make install \
&& cd .. \ && cd .. \