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 3a22302 commit 1081b89Copy full SHA for 1081b89
projects/dbus-broker/Dockerfile
@@ -15,7 +15,7 @@
15
################################################################################
16
17
FROM gcr.io/oss-fuzz-base/base-builder-rust
18
-RUN git clone --depth 1 https://github.com/bus1/dbus-broker
+RUN bash -c "git clone --depth 1 https://github.com/bus1/dbus-broker && cd dbus-broker && git fetch origin pull/399/head && git checkout FETCH_HEAD"
19
RUN cargo install bindgen-cli
20
WORKDIR dbus-broker
21
COPY *.c build.sh $SRC/
0 commit comments