From 21bf2ad3568b84b321ee50399e3157e80ff5cdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugene=20=E2=80=9CAeron=E2=80=9D=20Glybin?= Date: Sat, 11 Mar 2023 07:08:15 +0500 Subject: [PATCH] Dockerfile update Fixes rules path. Expands the base image full name. --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index f2de89e..f0d6cc3 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb:bullseye +FROM docker.io/bitnami/minideb:bullseye LABEL org.opencontainers.image.source https://github.com/Aeron/ikev2-strongswan-vpn LABEL org.opencontainers.image.licenses MIT @@ -16,7 +16,7 @@ RUN install_packages \ COPY etc/swanctl.conf /etc/swanctl/swanctl.conf COPY etc/strongswan.conf /etc/strongswan.conf -COPY *.rules /etc/ +COPY etc/*.rules /etc/ COPY profile.xml . COPY entrypoint.sh .