1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02: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

View File

@ -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 .. \

View File

@ -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 .. \