Skip to content

Commit

Permalink
Fix: Dikastes required libraries
Browse files Browse the repository at this point in the history
Dikastes requires libresolv.so.2, this PR adds the required library to the Dockerfile.
  • Loading branch information
frozenprocess committed Apr 27, 2023
1 parent 311aa2e commit 8400a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-policy/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ADD bin/healthz-amd64 /healthz
COPY --from=ubi /lib64/libpthread.so.0 /lib64/libpthread.so.0
COPY --from=ubi /lib64/libc.so.6 /lib64/libc.so.6
COPY --from=ubi /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
COPY --from=ubi /lib64/libresolv.so.2 /lib64/libresolv.so.2

# Copy hostname configuration files from UBI so glibc hostname lookups work.
COPY --from=ubi /etc/host.conf /etc/host.conf
Expand Down

0 comments on commit 8400a29

Please sign in to comment.