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 \
&& cd src \
&& curl -sSL $HYDRA_URL | tar xz --strip 1 \
&& sed -i '1s/^/#include <stdint.h>\n/' pw-inspector.c \
&& ./configure --prefix=/usr \
&& make install \
&& cd .. \

View File

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