Skip to content

Commit

Permalink
Dockerfile updated to point to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob committed Jan 21, 2025
1 parent 730299a commit f5250a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libconfig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y cmake make

RUN git clone --depth 1 https://github.com/capuanob/libconfig.git libconfig \
RUN git clone --depth 1 https://github.com/hyperrealm/libconfig.git libconfig \
&& cp libconfig/fuzz/build.sh $SRC/
WORKDIR libconfig

0 comments on commit f5250a1

Please sign in to comment.