Skip to content

Commit

Permalink
add flex dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Jun 3, 2024
1 parent 62b385e commit 7b7e1b8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion ci/devtools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,24 @@
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive
# bigquery/read/arrow: flex is for thrift, which is a dependency for arrow
RUN apt update \
&& apt install -y build-essential git gcc g++ clang llvm cmake ninja-build pkg-config python3 tar zip unzip curl
&& apt install -y
build-essential
git
gcc
g++
clang
cmake
flex
llvm
ninja-build
pkg-config
python3
tar
zip
unzip
curl

RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | \
tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
Expand Down

0 comments on commit 7b7e1b8

Please sign in to comment.