Skip to content

Commit

Permalink
fix: Added link from /usr/bin/rpm-ostree to /usr/bin/ dnf (#117)
Browse files Browse the repository at this point in the history
* ln -s /usr/bin/rpm-ostree /usr/bin/dnf

* moved ln -s /usr/bin/rpm-ostree /usr/bin/dnf to build.Containerfile
  • Loading branch information
bigpod98 committed Jun 13, 2023
1 parent f2c3c41 commit 9a28f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS builder
ARG NVIDIA_MAJOR_VERSION="${NVIDIA_MAJOR_VERSION:-525}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"

RUN ln -s /usr/bin/rpm-ostree /usr/bin/dnf

COPY build.sh /tmp/build.sh

ADD certs /tmp/certs
Expand Down

0 comments on commit 9a28f47

Please sign in to comment.