1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00

upgrade hans to 1.0

This commit is contained in:
kev 2016-11-23 23:19:44 +08:00
parent 7312204080
commit 0d091311b0
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@ RUN set -xe \
&& apk add --no-cache build-base curl libstdc++ linux-headers tar \
&& mkdir hans \
&& cd hans \
&& curl -sSL https://github.com/friedrich/hans/archive/v0.4.4.tar.gz | tar xz --strip 1 \
&& curl -sSL https://github.com/friedrich/hans/archive/v1.0.tar.gz | tar xz --strip 1 \
&& make \
&& mv hans /usr/bin/hans \
&& cd .. \

@ -9,7 +9,7 @@ RUN set -xe \
&& apk add --no-cache build-base curl libstdc++ linux-headers tar \
&& mkdir hans \
&& cd hans \
&& curl -sSL https://github.com/friedrich/hans/archive/v0.4.4.tar.gz | tar xz --strip 1 \
&& curl -sSL https://github.com/friedrich/hans/archive/v1.0.tar.gz | tar xz --strip 1 \
&& make \
&& mv hans /usr/bin/hans \
&& cd .. \