homeassistant-addon-repository/wireguard-client/Dockerfile

17 lines
300 B
Docker
Raw Normal View History

2023-10-27 11:30:54 +00:00
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:11.0.0
FROM ${BUILD_FROM}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apk add --no-cache \
openresolv=3.12.0-r0 \
wireguard-tools=1.0.20210914-r0
COPY rootfs /
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_REF
ARG BUILD_VERSION