Skip to content

Commit 42bb1e4

Browse files
Fixed: LegacyKeyValueFormat: "ENV key=value"
1 parent 328ffc3 commit 42bb1e4

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
@@ -4,7 +4,7 @@ FROM python:3.12-alpine AS python_base
44
RUN apk add --no-cache tk curl
55

66
RUN curl -sSL https://install.python-poetry.org | python3 -
7-
ENV PATH "/root/.local/bin:$PATH"
7+
ENV PATH="/root/.local/bin:$PATH"
88

99
FROM python_base AS python_test_base
1010
RUN mkdir -p /package

0 commit comments

Comments
 (0)