Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Jun 3, 2024
1 parent 7b7e1b8 commit 59d67a6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ci/devtools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ 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
cmake
flex
llvm
ninja-build
pkg-config
python3
tar
zip
unzip
curl
build-essential \
git \
gcc \
g++ \
clang \
cmake \
curl \
flex \
llvm \
ninja-build \
pkg-config \
python3 \
tar \
zip \
unzip

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 59d67a6

Please sign in to comment.