Skip to content

Commit 22371dd

Browse files
committed
fix(python-vulns): adjust dockerfile
1 parent c3237ba commit 22371dd

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
@@ -23,7 +23,7 @@ RUN set -e; \
2323
tar -xzf Python-3.15.0a6.tgz; \
2424
cd Python-3.15.0a6; \
2525
./configure --prefix=/usr/local --enable-shared --with-ensurepip=install; \
26-
make -j$(nproc); \
26+
make -j"$(nproc)"; \
2727
make install; \
2828
ln -s /usr/local/bin/python3.15 /usr/local/bin/python; \
2929
cd ..; \

0 commit comments

Comments
 (0)