From 353094cf4320e9f6759f7a7f20e0ae3d60ca9ca3 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Wed, 14 Aug 2024 17:57:05 +0100 Subject: [PATCH] correct directory for local FTL binary Signed-off-by: Adam Warner --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index c68d6b4..373f782 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -86,7 +86,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then FTLARCH=amd64; \ && readelf -h /usr/bin/pihole-FTL || cat /usr/bin/pihole-FTL FROM base AS local-ftl-install -# pihole-FTL must be built from source and copied to the build directory first! +# pihole-FTL must be built from source and copied to the src directory first! COPY --chmod=0755 pihole-FTL /usr/bin/pihole-FTL # Use the appropriate FTL Install stage based on the FTL_SOURCE build-arg