File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN apt-get install -y make \
7272 libossp-uuid-dev\
7373 curl
7474
75- RUN wget https://mirrors.ustc.edu.cn /gnu/bison/bison-3.0.4.tar.gz; \
75+ RUN wget https://ftpmirror.gnu.org /gnu/bison/bison-3.0.4.tar.gz; \
7676 tar -xzvf bison-3.0.4.tar.gz; \
7777 cd bison-3.0.4 ; \
7878 sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c ;\
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN apt-get install -y make \
7272 libossp-uuid-dev\
7373 curl
7474
75- RUN wget https://mirrors.ustc.edu.cn /gnu/bison/bison-3.0.4.tar.gz; \
75+ RUN wget https://ftpmirror.gnu.org /gnu/bison/bison-3.0.4.tar.gz; \
7676 tar -xzvf bison-3.0.4.tar.gz; \
7777 cd bison-3.0.4 ; \
7878 sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c ;\
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN groupadd -g 1000 ivorysql; \
1818
1919RUN mkdir /docker-entrypoint-initdb.d
2020
21- ENV IVORY_MAJOR 5
22- ENV IVORY_VERSION 5.3
21+ ENV IVORY_MAJOR= 5
22+ ENV IVORY_VERSION= 5.3
2323
2424RUN curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo; \
2525 sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
You can’t perform that action at this time.
0 commit comments