Skip to content

Commit

Permalink
Merge pull request #42 from bmv0161/fix/libresolv
Browse files Browse the repository at this point in the history
fix: symbolic link to libresolv.so.2
  • Loading branch information
jcstorms1 authored Jun 20, 2024
2 parents 0d6fca1 + 303860f commit b991658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ getRuntimeDependencies() {
else
apk add curl
apk add libc6-compat
apk add gcompat
ln -sfv ld-linux-x86-64.so.2 /lib/libresolv.so.2
fi
fi
}
Expand Down

0 comments on commit b991658

Please sign in to comment.