1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +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 \ && apk add --no-cache build-base curl libstdc++ linux-headers tar \
&& mkdir hans \ && mkdir hans \
&& cd 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 \ && make \
&& mv hans /usr/bin/hans \ && mv hans /usr/bin/hans \
&& cd .. \ && cd .. \

@ -9,7 +9,7 @@ RUN set -xe \
&& apk add --no-cache build-base curl libstdc++ linux-headers tar \ && apk add --no-cache build-base curl libstdc++ linux-headers tar \
&& mkdir hans \ && mkdir hans \
&& cd 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 \ && make \
&& mv hans /usr/bin/hans \ && mv hans /usr/bin/hans \
&& cd .. \ && cd .. \