commit
453b0a04f4
|
@ -19,9 +19,9 @@ MAINTAINER Andy Goldstein <andy@heptio.com>
|
|||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
RUN apk add --update --no-cache bzip2 && \
|
||||
wget --quiet https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_linux_amd64.bz2 && \
|
||||
bunzip2 restic_0.9.0_linux_amd64.bz2 && \
|
||||
mv restic_0.9.0_linux_amd64 /restic && \
|
||||
wget --quiet https://github.com/restic/restic/releases/download/v0.9.1/restic_0.9.1_linux_amd64.bz2 && \
|
||||
bunzip2 restic_0.9.1_linux_amd64.bz2 && \
|
||||
mv restic_0.9.1_linux_amd64 /restic && \
|
||||
chmod +x /restic
|
||||
|
||||
ADD /bin/linux/amd64/ark /ark
|
||||
|
|
Loading…
Reference in New Issue