File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ RUN export DEBIAN_FRONTEND=noninteractive TERM=linux \
25
25
# is needed because sometimes the `configure` script is busy when building in
26
26
# Docker after autoconf sets its mode +x.
27
27
COPY squid3.patch mime.conf /root/
28
- RUN cd squid3-3.?.? \
28
+ RUN cd squid3-3.* \
29
29
&& patch -p1 < /root/squid3.patch \
30
30
&& export NUM_PROCS=`grep -c ^processor /proc/cpuinfo` \
31
31
&& (dpkg-buildpackage -b -j${NUM_PROCS} \
32
32
|| dpkg-buildpackage -b -j${NUM_PROCS}) \
33
33
&& DEBIAN_FRONTEND=noninteractive TERM=linux dpkg -i \
34
- ../squid3-common_3.?.?-?ubuntu?.? _all.deb \
35
- ../squid3_3.?.?-?ubuntu?.?_ *.deb \
34
+ ../squid3-common_3.* _all.deb \
35
+ ../squid3_3.*.deb \
36
36
&& mkdir -p /etc/squid3/ssl_cert \
37
37
&& cat /root/mime.conf >> /usr/share/squid3/mime.conf
38
38
You can’t perform that action at this time.
0 commit comments