From: Alberto Leiva Popper Date: Fri, 1 Dec 2023 04:30:50 +0000 (-0600) Subject: Update Docker X-Git-Tag: 1.6.1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=016ec85fea315d8806c5722aced3d38bfb062ffc;p=thirdparty%2FFORT-validator.git Update Docker Alpine no longer supports libexecinfo... --- diff --git a/docker/Dockerfile b/docker/Dockerfile index 1c251155..cd4a146e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ ARG FORT_VERSION=1.6.0 # Install compiler and dependencies RUN apk --update --no-cache add build-base autoconf automake pkgconfig jansson-dev check-dev \ - openssl-dev openssl libexecinfo-dev bsd-compat-headers rsync wget curl-dev libxml2 libxml2-dev + openssl-dev openssl bsd-compat-headers rsync wget curl-dev libxml2 libxml2-dev # Download FORT source code WORKDIR /root @@ -20,7 +20,7 @@ RUN ./configure && make && make install FROM alpine:latest # Install dependencies -RUN apk --update --no-cache add openssl jansson rsync libexecinfo tini libxml2 libcurl +RUN apk --update --no-cache add openssl jansson rsync tini libxml2 libcurl # Install FORT COPY --from=builder /usr/local/bin/fort /usr/local/bin/fort