Skip to content

Commit

Permalink
Fix ld symbolic link
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskandro committed Nov 13, 2023
1 parent 0bb1a41 commit b6fb1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN set -x; PACKAGES_INSTALL="vim neovim"; \

RUN set -x; PACKAGES_INSTALL="make gcc inotify-tools firewall-config pulseaudio-utils"; \
rpm-ostree install $PACKAGES_INSTALL && \
ln -s /usr/bin/ld.bfd /usr/bin/ld && ostree container commit
ln -sf /usr/bin/ld.bfd /usr/bin/ld && ostree container commit

# Remove the replacement for releasever once fedora-cisco-openh264 provides builds for fedora 40.
RUN set -x; sed -i "s/\$releasever/39/g" /etc/yum.repos.d/fedora-cisco-openh264.repo; \
Expand Down

0 comments on commit b6fb1f2

Please sign in to comment.