Skip to content

Commit

Permalink
Merge pull request #27 from crazy-max/fix-redis-dep
Browse files Browse the repository at this point in the history
Fix missing client library for Redis
  • Loading branch information
crazy-max authored Nov 19, 2022
2 parents cefdc06 + 3fb77bb commit 1a93afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN apk --update --no-cache add binutils clang curl file make pkgconf tar tree x
FROM base AS base-build
ENV XX_CC_PREFER_LINKER=ld
ARG TARGETPLATFORM
RUN xx-apk --no-cache add gcc g++ expat-dev hiredis-dev libevent-dev libcap libpcap-dev openssl-dev perl
RUN ln -sf /usr/lib/libhiredis.so /usr/lib/libhiredis.so.1.0.0
RUN xx-apk --no-cache add gcc g++ expat-dev hiredis hiredis-dev libevent-dev libcap libpcap-dev openssl-dev perl
RUN xx-clang --setup-target-triple

FROM base AS unbound-src
Expand Down Expand Up @@ -104,6 +103,7 @@ RUN apk --update --no-cache add \
dns-root-hints \
dnssec-root \
expat \
hiredis \
libevent \
libpcap \
openssl \
Expand Down

0 comments on commit 1a93afd

Please sign in to comment.