Skip to content

Commit ebe560c

Browse files
dockerfile
1 parent 39fecd6 commit ebe560c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN pip install wheel setuptools pyyaml typing_extensions expecttest
2222
#RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2323

2424
#RUN source /opt/rh/gcc-toolset-13/enable
25-
26-
RUN bash -c source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
25+
SHELL ["/bin/bash", "-c"]
26+
RUN source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
2727
expecttest>=0.2.1 \
2828
hypothesis \
2929
numpy \

0 commit comments

Comments
 (0)