Skip to content

Commit fdb58cf

Browse files
updated dockerfile1
1 parent f9e99eb commit fdb58cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN dnf install -y \
1212
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1313
ln -sf /usr/bin/pip3 /usr/bin/pip
1414

15+
COPY requirements.txt .
1516
# Install Python packages via pip
1617
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1718

0 commit comments

Comments
 (0)