We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fa916 commit 83939acCopy full SHA for 83939ac
Dockerfile--ubuntu_24_04.tmpl
@@ -41,7 +41,7 @@ RUN sh -c "echo postgres ALL=NOPASSWD:/usr/sbin/service ssh start" >> /etc/sudoe
41
42
# --------------------------------------------- base2_with_python-3
43
FROM base1 as base2_with_python-3
44
-RUN apt install -y python3 python3-dev libpq-dev
+RUN apt install -y python3 python3-dev python3-venv libpq-dev build-essential
45
ENV PYTHON_VERSION=3
46
47
# --------------------------------------------- final
0 commit comments