From 625ea493fb811b3e890fb70027e2003a68d67d57 Mon Sep 17 00:00:00 2001 From: "Quentin McGaw (desktop)" Date: Mon, 31 May 2021 17:55:56 +0000 Subject: [PATCH] Maintenance: remove unused openvpn files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4ab880c..784a3520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -146,7 +146,7 @@ ENTRYPOINT ["/entrypoint"] EXPOSE 8000/tcp 8888/tcp 8388/tcp 8388/udp HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=1 CMD /entrypoint healthcheck RUN apk add -q --progress --no-cache --update openvpn ca-certificates iptables ip6tables unbound tzdata && \ - rm -rf /var/cache/apk/* /etc/unbound/* /usr/sbin/unbound-* && \ + rm -rf /var/cache/apk/* /etc/unbound/* /usr/sbin/unbound-* /etc/openvpn/*.sh /usr/lib/openvpn/plugins/openvpn-plugin-down-root.so && \ deluser openvpn && \ deluser unbound && \ mkdir /gluetun