2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-01 18:47:24 +01:00

update hydra

This commit is contained in:
kev
2019-06-09 08:50:43 +08:00
parent 0f3ff436aa
commit 363160a3dd
3 changed files with 20 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ RUN set -xe \
apr-util-dev \
bash \
build-base \
coreutils \
curl \
jq \
libidn \
@@ -32,6 +33,7 @@ RUN set -xe \
subversion-dev \
subversion-libs \
tar \
tmux \
&& parallel --will-cite \
&& mkdir src \
&& cd src \