Merge commit '0f6aab9da6fe982218a01f4a5b896e65fcced437' as 'third_party/flatbuffers'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM debian:10.1-slim as base
|
||||
RUN apt -qq update >/dev/null
|
||||
RUN apt -qq install -y cmake make build-essential >/dev/null
|
||||
RUN apt -qq install -y autoconf git libtool >/dev/null
|
||||
RUN apt -qq install -y clang >/dev/null
|
||||
FROM base
|
||||
# Travis machines have 2 cores. Can be redefined with 'run --env PAR_JOBS=N'.
|
||||
ENV JOBS=2
|
||||
WORKDIR /flatbuffers
|
||||
ADD . .
|
||||
Reference in New Issue
Block a user