You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
fix hydra
This commit is contained in:
@@ -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 .. \
|
||||
|
@@ -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 .. \
|
||||
|
Reference in New Issue
Block a user