From 650b0864ed246fde64aee7aab198e13697fe134e Mon Sep 17 00:00:00 2001 From: tetuaoro <65575727+tetuaoro@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:13:04 +0200 Subject: [PATCH] update: Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 45647025..16276e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,10 +22,6 @@ HEALTHCHECK CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q # Copy build COPY --from=build /app/.output /app -# Copy the needed wg-password scripts -COPY --from=build /app/wgpw.sh /bin/wgpw -RUN chmod +x /bin/wgpw - # Install Linux packages RUN apk add --no-cache \ dpkg \