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 91ed9b6 commit 2629ba1Copy full SHA for 2629ba1
integration_test/builders/python-node/Dockerfile
@@ -1,6 +1,8 @@
1
# Use a combined base image with Python 3.11 and Node 18
2
FROM python:3.11
3
4
+RUN python -m pip install virtualenv
5
+
6
# Install Node.js 18 using the Nodesource repository
7
RUN apt-get update && \
8
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
0 commit comments