We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6174bd9 commit c14c25dCopy full SHA for c14c25d
Dockerfile
@@ -14,8 +14,8 @@ RUN dnf install -y rust cargo libzstd-devel git openssl-devel \
14
# It is not provided as a package in fedora.
15
RUN mkdir -p /sources; \
16
cd /sources; \
17
- git clone --depth 1 -b ostree-ext-v0.15.3 \
18
- 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;
19
20
WORKDIR /sources/ostree-rs-ext
21
RUN cargo fetch
0 commit comments