is there any way to install glibc on it?
# general
a
is there any way to install glibc on it?
j
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
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
Copy code
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