https://github.com/osquery/osquery logo
Title
a

alessandrogario

08/17/2021, 1:18 PM
is there any way to install glibc on it?
j

Jason NG

08/18/2021, 5:00 AM
I got it to work by install glibc referncing this url https://gist.github.com/larzza/0f070a1b61c1d6a699653c9a792294be#file-glibc-in-alpine-docker I am not sure if installing this will affect other applications though. I hope its complimentary to musl.
p

pvirani

04/12/2022, 10:02 PM
Hey Jason! I'm trying to install Osquery on Alpine now too and found your thread with a simple Slack search 🙂 Wondering if it ended up affecting Musl. Also would be great if you could share how you went about installing it since Alpine does not have
apt
and uses
apk
instead. On Ubuntu/Debian this is how I was trying to install but that ofcourse would not work on Alpine
RUN add-apt-repository "deb [arch=amd64] <https://osquery-packages.s3.amazonaws.com/deb> deb main"
Now trying to figure out the best way to install