Skip to content

Commit

Permalink
switch to bootc ostree-ext repo
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Mar 7, 2025
1 parent 6174bd9 commit c14c25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN dnf install -y rust cargo libzstd-devel git openssl-devel \
# It is not provided as a package in fedora.
RUN mkdir -p /sources; \
cd /sources; \
git clone --depth 1 -b ostree-ext-v0.15.3 \
https://github.com/ostreedev/ostree-rs-ext ostree-rs-ext;
git clone --depth 1 \
https://github.com/hhd-dev/ostree-ext-cli ostree-rs-ext;

WORKDIR /sources/ostree-rs-ext
RUN cargo fetch
Expand Down

0 comments on commit c14c25d

Please sign in to comment.