Skip to content

Commit 284a161

Browse files
committed
fix (ci): Fix Python 3.14.0 container image build.
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent ba1dbd2 commit 284a161

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile-py3140

Lines changed: 1 addition & 0 deletions
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)