Merge pull request #62 from rkmathi/patch-libboost_program_options

Copy libboost_program_options.so to use pdnsutil command
This commit is contained in:
Christoph Wiechert 2021-07-06 14:18:23 +02:00 committed by GitHub
commit f523ab7828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,9 @@ RUN apk --update add bash libpq sqlite-libs libstdc++ libgcc mariadb-client mari
mkdir -p /etc/pdns/conf.d && \
addgroup -S pdns 2>/dev/null && \
adduser -S -D -H -h /var/empty -s /bin/false -G pdns -g pdns pdns 2>/dev/null && \
cp /usr/lib/libboost_program_options.so* /tmp && \
apk del --purge build-deps && \
mv /tmp/lib* /usr/lib/ && \
rm -rf /tmp/pdns-$POWERDNS_VERSION /var/cache/apk/*
ADD schema.sql pdns.conf /etc/pdns/