Skip to content

Commit

Permalink
[Pillow] Removed yum symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 4, 2025
1 parent 2ef5c1f commit 140a24e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/pillow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ RUN $SRC/Pillow/Tests/oss-fuzz/build_dictionaries.sh

COPY build_depends.sh $SRC

RUN ln -s /bin/true /usr/local/bin/yum_install \
&& ln -s /bin/true /usr/local/bin/yum \
&& cd $SRC/Pillow \
RUN cd $SRC/Pillow \
&& git submodule update --init wheels/multibuild \
&& bash $SRC/build_depends.sh

Expand Down

0 comments on commit 140a24e

Please sign in to comment.