Skip to content

Commit 284a161

Browse files
committed
fix (ci): Fix Python 3.14.0 container image build.
Signed-off-by: Paulo Vital <[email protected]>
1 parent ba1dbd2 commit 284a161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile-py3140

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get update \
99
ENV WORKDIR_=/root/base
1010

1111
WORKDIR $WORKDIR_
12+
COPY ./tests/requirements-minimal.txt .
1213
COPY ./tests/requirements-pre314.txt .
1314

1415
ENV VIRTUAL_ENV="$WORKDIR_/venv"

0 commit comments

Comments
 (0)