Skip to content

Commit

Permalink
correct directory for local FTL binary
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Aug 14, 2024
1 parent 1c7d276 commit 353094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 353094c

Please sign in to comment.