Skip to content

Commit 21ec55e

Browse files
gianfaManezki
andauthored
chore(poetry-multistage, Dockerfile): remove redundant line
see https://github.com/python-poetry/poetry/pull/9542/files/93540ebb88fd2bcb34bf11b2707372577969e57f#r1991984936 Co-authored-by: Janne Holopainen <[email protected]>
1 parent 93540eb commit 21ec55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-examples/poetry-multistage/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV POETRY_VIRTUALENVS_IN_PROJECT=1
88
ENV POETRY_VIRTUALENVS_CREATE=1
99
ENV PYTHONDONTWRITEBYTECODE=1
1010
ENV PYTHONUNBUFFERED=1
11-
# Tell Poetry where to place its cache and virtual environment
11+
# Tell Poetry where to place its cache
1212
ENV POETRY_CACHE_DIR=/opt/.cache
1313

1414
RUN pip install "poetry==${POETRY_VERSION}"

0 commit comments

Comments
 (0)