[open62541] Fix #903 missing python dependency (#920)

This commit is contained in:
Stefan Profanter 2017-10-26 09:31:58 +02:00 committed by Oliver Chang
parent da22f15ad1
commit 1cc3ba5897
1 changed files with 1 additions and 1 deletions

View File

@ -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