Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas committed Jan 3, 2025
1 parent 38cf796 commit 97452e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN apk --no-cache upgrade

RUN apk add --no-cache --upgrade \
ca-certificates \
gcompat \
# Embed required dlls:
# ldd /usr/bin/newrelic-infra
# /lib64/ld-linux-x86-64.so.2 (0x7f2bbbd0f000)
Expand All @@ -40,6 +39,7 @@ RUN apk add --no-cache --upgrade \
&& mkdir /lib64 \
&& ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 \
&& ln -s /lib/libc.musl-aarch64.so.1 /lib64/ld-linux-aarch64.so.1 \
&& apk add --no-cache gcompat \
&& apk add --no-cache tini

# Tini is now available at /sbin/tini
Expand Down

0 comments on commit 97452e9

Please sign in to comment.