Skip to content

Commit

Permalink
stop installing packages from rawhide
Browse files Browse the repository at this point in the history
trying to fix this error:
phrog: symbol lookup error: /lib64/libphosh-0.43.so.0: undefined symbol: g_variant_builder_init_static
  • Loading branch information
samcday committed Dec 31, 2024
1 parent 54f3a93 commit e03b8ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN dnf install -y \
debootstrap \
dejavu-sans-mono-fonts \
docker \
docker-buildx \
fastfetch \
fcgiwrap \
fedora-packager \
Expand Down Expand Up @@ -124,19 +125,10 @@ RUN dnf install -y \
https://github.com/derailed/k9s/releases/download/v0.32.7/k9s_linux_amd64.rpm \
https://github.com/getsops/sops/releases/download/v3.9.2/sops-3.9.2-1.x86_64.rpm

RUN dnf install -y --repo=rawhide docker-buildx

RUN dnf builddep -y \
phosh \
phosh-mobile-settings

RUN dnf upgrade --repo rawhide -y \
gmobile \
gsettings-desktop-schemas \
phoc \
phosh \
phosh-mobile-settings

# Alternatives are broken. Should figure out why.
# for now: hax.
RUN ln -sf /usr/bin/ld.bfd /usr/bin/ld
Expand Down

0 comments on commit e03b8ee

Please sign in to comment.