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