File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM quay.io/pypa/manylinux2014_i686:latest
2
2
3
- RUN yum install bzip2-devel curl-devel zlib-devel qt-x11 -y
3
+ RUN yum install bzip2-devel curl-devel zlib-devel qt-devel -y
4
4
5
5
RUN mkdir ~/ffmpeg_sources && \
6
6
cd ~/ffmpeg_sources && \
Original file line number Diff line number Diff line change 1
1
FROM quay.io/pypa/manylinux2014_x86_64:latest
2
2
3
- RUN yum install bzip2-devel curl-devel zlib-devel qt-x11 -y
3
+ RUN yum install bzip2-devel curl-devel zlib-devel qt-devel -y
4
4
5
5
RUN mkdir ~/ffmpeg_sources && \
6
6
cd ~/ffmpeg_sources && \
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ function pre_build {
96
96
brew_add_local_bottles
97
97
fi
98
98
99
- brew style
100
-
101
99
echo ' Installing qt5'
102
100
if [ -n " $CACHE_STAGE " ]; then
103
101
brew_install_and_cache_within_time_limit qt5 || { [ $? -gt 1 ] && return 2 || return 0; }
You can’t perform that action at this time.
0 commit comments