mirror of https://github.com/google/oss-fuzz.git
jul-to-slf4j: fix build (#7864)
Ref:
3d1858edb2 (commitcomment-76137646)
This commit is contained in:
parent
f05372d358
commit
f7c8580412
|
@ -16,11 +16,11 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-jvm
|
||||
|
||||
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.zip -o maven.zip && \
|
||||
RUN curl -L https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.zip -o maven.zip && \
|
||||
unzip maven.zip -d $SRC/maven && \
|
||||
rm -rf maven.zip
|
||||
|
||||
ENV MVN $SRC/maven/apache-maven-3.8.5/bin/mvn
|
||||
ENV MVN $SRC/maven/apache-maven-3.8.6/bin/mvn
|
||||
|
||||
RUN git clone --depth 1 https://github.com/qos-ch/slf4j.git slf4j
|
||||
|
||||
|
|
Loading…
Reference in New Issue