mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
|
ARG CONSUL_IMAGE_VERSION=latest
|
||
|
FROM consul:${CONSUL_IMAGE_VERSION}
|
||
|
RUN apk update && apk add iptables
|
||
|
ARG TARGETARCH
|
||
|
COPY linux_${TARGETARCH}/consul /bin/consul
|