mirror of https://github.com/google/oss-fuzz.git
parent
da22f15ad1
commit
1cc3ba5897
|
@ -16,7 +16,7 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER git@s.profanter.me
|
||||
RUN apt-get update && apt-get install -y make cmake
|
||||
RUN apt-get update && apt-get install -y make cmake python-six
|
||||
RUN git clone --depth 1 https://github.com/open62541/open62541.git -bmaster open62541
|
||||
WORKDIR open62541
|
||||
RUN git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in New Issue