Dockerfile.centos7 bison server
Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
parent
fbf4d5e3a8
commit
99eb809fff
|
|
@ -17,7 +17,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
|
||||||
RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake
|
RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake
|
||||||
|
|
||||||
# Download Bison
|
# Download Bison
|
||||||
RUN wget https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz && \
|
RUN wget https://mirrors.kernel.org/gnu/bison/bison-3.8.2.tar.gz && \
|
||||||
tar -xvf bison-3.8.2.tar.gz && \
|
tar -xvf bison-3.8.2.tar.gz && \
|
||||||
rm bison-3.8.2.tar.gz
|
rm bison-3.8.2.tar.gz
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue