Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
Fixes rules path. Expands the base image full name.
  • Loading branch information
Aeron committed Mar 11, 2023
1 parent 72d73bb commit 21bf2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 .
Expand Down

0 comments on commit 21bf2ad

Please sign in to comment.