337e2ef0f5
* backport of commit d490377d50ae474f1b6919ebd5befa4a5c923f3a * backport of commit ee7f7b794ff7612da59ea66125db20ffc8b60ce3 --------- Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
8 lines
205 B
Docker
8 lines
205 B
Docker
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
ARG CONSUL_IMAGE_VERSION=latest
|
|
FROM hashicorp/consul:${CONSUL_IMAGE_VERSION}
|
|
RUN apk update && apk add iptables
|
|
COPY consul /bin/consul
|