Skip to content

Commit 2629ba1

Browse files
committed
wip(integration_test): Install virtualenv
1 parent 91ed9b6 commit 2629ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration_test/builders/python-node/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Use a combined base image with Python 3.11 and Node 18
22
FROM python:3.11
33

4+
RUN python -m pip install virtualenv
5+
46
# Install Node.js 18 using the Nodesource repository
57
RUN apt-get update && \
68
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \

0 commit comments

Comments
 (0)