-
Alpine linux 3.14.2 (x86_64 virt) after `libc6-compat` installed and uninstalled:
```
# apk add --allow-untrusted ./glibc-2.34-r0.apk
1 error; 111 MiB in 56 packages
```
adding `-v` does not a…
-
I'd like to be able to natively compile and run on alpine, which uses the `musl` target.
With [this patch](https://github.com/ethanaobrien/honkers-launcher/commit/647e04f3301cdc05f159bf2dbebc8b90d0…
-
### Introduction
I've been discussing this topic on Zulip with @The-King-of-Toasters (who's doing the actual work) over the past few weeks, but it's gotten to the point where some high-level decisi…
-
**Describe the bug**
I'm trying to build release version 4.11.0.
At build time, I've got several errors:
```
../src/Services/CalendarEvents/Util.vala:164.16-164.25: error: Assignment: Cannot…
-
Context:
* I'm building a Docker container for `arm` (32 bit, not 64), on an Alpine as a base image.
* Alpine uses `musl` instead of `glibc`.
* dart-sass 1.76.5 changed to `@parcel/watcher` for f…
-
Previously I was able to use `--target x86_64-unknown-linux-musl` on rusty_v8 and deno (excluding the plugin). https://github.com/denoland/rusty_v8/issues/49
> It's unclear to me if it's best to …
hayd updated
22 hours ago
-
##### Issue Type
- Feature enhancement
### Summary
In #8544 arm64/aarch64 image variants were validated and made available for CentOS, Debian & Ubuntu, but not for the Alpine variants.
~~Giv…
-
```
/usr/glibc-compat/sbin/ldconfig: /usr/glibc-compat/lib/ld-linux-x86-64.so.2 is not a symbolic link
```
Dockerfile
```
FROM alpine
# build and runtime essential
ENV LANG=C.UTF-8
# Her…
-
Hello,
I’ve been trying to get Winapps working on Alpine Linux, but no matter what I do, it doesn’t connect to the virtual machine with Libvirt or the Docker container. I believe I have all the dep…
-
When using the linux binary I am unable to run teller-cli on an alpine based image.
```
$ docker run -it alpine
Unable to find image 'alpine:latest' locally
latest: Pulling from library/alpine…