Skip to content

Commit 107536d

Browse files
authored
chore(ZMSKVR): Add python libraries Update Dockerfile
1 parent eb9a622 commit 107536d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

php84/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,7 @@ RUN echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen
107107

108108
# Add current node version
109109
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

Comments
 (0)