Skip to content

Commit

Permalink
chore(docker): dev - install python build for native (#8474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr authored Jul 17, 2024
1 parent 45bbb8a commit e4ebec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-docker/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV CI=0
RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends rxvt-unicode libssl1.1 curl \
cmake python3 gcc g++ make cmake openjdk-11-jdk-headless \
cmake python3 libpython3-dev gcc g++ make cmake openjdk-11-jdk-headless \
&& rm -rf /var/lib/apt/lists/*

ENV RUSTUP_HOME=/usr/local/rustup
Expand Down

0 comments on commit e4ebec3

Please sign in to comment.