Skip to content

Commit 83939ac

Browse files
[CI] fix: ubuntu 24.04 requires python3-venv and build-essential
1 parent 26fa916 commit 83939ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile--ubuntu_24_04.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN sh -c "echo postgres ALL=NOPASSWD:/usr/sbin/service ssh start" >> /etc/sudoe
4141

4242
# --------------------------------------------- base2_with_python-3
4343
FROM base1 as base2_with_python-3
44-
RUN apt install -y python3 python3-dev libpq-dev
44+
RUN apt install -y python3 python3-dev python3-venv libpq-dev build-essential
4545
ENV PYTHON_VERSION=3
4646

4747
# --------------------------------------------- final

0 commit comments

Comments
 (0)