Skip to content

Commit

Permalink
Merge pull request #7602 from frozenprocess/apl_fix
Browse files Browse the repository at this point in the history
Fix: Dikastes required libraries
  • Loading branch information
mgleung committed May 1, 2023
2 parents 8881892 + 8400a29 commit 1c6ffa0
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 1c6ffa0

Please sign in to comment.