Alpine no longer supports libexecinfo...
# 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
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