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 e69f965 commit 89f9f7bCopy full SHA for 89f9f7b
dockerfile
@@ -18,7 +18,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
18
ENV PATH="/root/.cargo/bin:${PATH}"
19
20
WORKDIR /opt
21
-RUN git clone --depth 1 --branch "$package_version" https://github.com/osohq/oso.git
+RUN git clone --depth 1 --branch "v$package_version" https://github.com/osohq/oso.git
22
WORKDIR /opt/oso
23
RUN rm -Rf .git
24
RUN make python-build
0 commit comments