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:
parent
7312204080
commit
0d091311b0
@ -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 .. \
|
||||||
|
Loading…
Reference in New Issue
Block a user