-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
hello,
this app would be awesome on ARM64 devices like pi5 or anything based on RK3588,
I checked this briefly, there was a problem with frontend/Dockerfile,
#RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib32stdc++6 python3 sed
RUN apt-get install -y curl git wget unzip libgconf-2-4 gdb libglu1-mesa fonts-droid-fallback python3 sed
libstdc++6 is already installed as higher version (12 AFAIR) and conflicts with this lib. Without it (second line) all seems to build correctly.
are those libs needed at those versions?
BTW: would be nice to build multi-arch image and just download those from dockerhub or anything like this
Metadata
Metadata
Assignees
Labels
No labels