Skip to content

Commit 4a1fa23

Browse files
committed
Update poetry+virtualenv reproducer to 20.29.1
1 parent b3a37f7 commit 4a1fa23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

poetry-and-virtualenv/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
FROM python:3.10-slim-bookworm AS setup
2-
RUN apt-get update -y && apt-get install git -y
32

43
WORKDIR /myapp/
54
RUN \
65
python -m venv --upgrade-deps .venv \
76
&& .venv/bin/python -m pip install 'poetry==2.0.1' \
8-
&& .venv/bin/python -m pip install 'git+https://github.com/robsdedude/virtualenv.git@fix/py-info-cache-versioning'
7+
&& .venv/bin/python -m pip install 'virtualenv==20.29.1'
98

109
COPY pyproject.toml poetry.lock poetry.toml ./
1110
COPY src src

0 commit comments

Comments
 (0)