Skip to content

Commit 26651e8

Browse files
wangkuiyichanglan
authored andcommitted
Fix CI that complains the need of python-dev package
GitOrigin-RevId: 4d3268c
1 parent 09b1282 commit 26651e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.
1919
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
2020
apt-get update -y -qq && \
2121
apt-get install -y -qq apt-transport-https ca-certificates gcc g++ \
22-
git screen ca-certificates google-perftools google-cloud-cli python3.10-venv && \
22+
git screen ca-certificates google-perftools google-cloud-cli python3.10-venv python3.10-dev && \
2323
apt clean -y -qq
2424

2525
# Setup.

0 commit comments

Comments
 (0)