mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update znc and micros
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
df13b25997
commit
de0c73e146
|
@ -4,7 +4,7 @@ MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
||||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|
||||||
ENV MICRO_VERSION v1.1.2
|
ENV MICRO_VERSION v1.1.3
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
go \
|
go \
|
||||||
|
|
|
@ -42,7 +42,7 @@ RUN buildDeps=' \
|
||||||
&& chmod 600 "${GNUPGHOME}" \
|
&& chmod 600 "${GNUPGHOME}" \
|
||||||
&& curl -sSL https://ricochet.im/john-brooks.asc | gpg --no-tty --import \
|
&& curl -sSL https://ricochet.im/john-brooks.asc | gpg --no-tty --import \
|
||||||
&& gpg --fingerprint --keyid-format LONG ${RICOCHET_FINGERPRINT} | grep "9032 CAE4 CBFA 933A 5A21 45D5 FF97 C53F 183C 045D" \
|
&& gpg --fingerprint --keyid-format LONG ${RICOCHET_FINGERPRINT} | grep "9032 CAE4 CBFA 933A 5A21 45D5 FF97 C53F 183C 045D" \
|
||||||
&& gpg --verify /tmp/ricochet.tar.bz2.asc \
|
&& gpg --batch --verify /tmp/ricochet.tar.bz2.asc /tmp/ricochet.tar.bz2 \
|
||||||
&& tar -vxj --strip-components 1 -C /usr/local/bin -f /tmp/ricochet.tar.bz2 \
|
&& tar -vxj --strip-components 1 -C /usr/local/bin -f /tmp/ricochet.tar.bz2 \
|
||||||
&& rm -rf /tmp/ricochet* \
|
&& rm -rf /tmp/ricochet* \
|
||||||
&& rm -rf "${GNUPGHOME}" \
|
&& rm -rf "${GNUPGHOME}" \
|
||||||
|
|
|
@ -24,7 +24,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV ZNC_VERSION 1.6.3
|
ENV ZNC_VERSION 1.6.4
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user