Skip to content

Commit

Permalink
Include submodules in wxWidgets checkout (#982)
Browse files Browse the repository at this point in the history
Third party libraries are now submodules and not subdirectories, so
clone them too.
  • Loading branch information
vadz authored and inferno-chromium committed Nov 13, 2017
1 parent 44ac124 commit 5c93c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/wxwidgets/Dockerfile
Expand Up @@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER vadim@wxwidgets.org
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 https://github.com/wxWidgets/wxWidgets.git wxwidgets
RUN git clone --recurse-submodules --depth 1 https://github.com/wxWidgets/wxWidgets.git wxwidgets
WORKDIR wxwidgets
COPY build.sh $SRC/

0 comments on commit 5c93c1c

Please sign in to comment.