homeassistant-addon-repository/wireguard-client/Dockerfile

17 lines
274 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 \
2024-02-07 20:20:05 +00:00
openresolv \
wireguard-tools
2023-10-27 11:30:54 +00:00
COPY rootfs /
ARG BUILD_ARCH
ARG BUILD_DATE
ARG BUILD_REF
ARG BUILD_VERSION