We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9a622 commit 107536dCopy full SHA for 107536d
php84/Dockerfile
@@ -107,3 +107,7 @@ RUN echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen
107
108
# Add current node version
109
RUN docker-node-install node_18.x
110
+
111
+# Add current Python libraries
112
+RUN apt update && apt install -y python3 python3-click python3-git && \
113
+ apt clean && rm -rf /var/lib/apt/lists/*
0 commit comments