Native: update toolchain builder Docker image to Ubuntu 16.04
Ubuntu 14.04, used before, has expired root SSL certificate for Let's Encrypt. As a result, OpenSSL couldn't verify SSL certificates issued by Let's Encrypt, failing, in particular, kernel download. ^KT-58864
This commit is contained in:
committed by
Space Team
parent
becbca2284
commit
785e70c31a
@@ -1,5 +1,5 @@
|
|||||||
# We might want to switch to alpine, but it is not stable enough yet.
|
# We might want to switch to alpine, but it is not stable enough yet.
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
ENV TZ=Europe/Moscow
|
ENV TZ=Europe/Moscow
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
@@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
|||||||
# Install crosstool-ng deps.
|
# Install crosstool-ng deps.
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y curl gcc git g++ gperf bison flex texinfo help2man make libncurses5-dev \
|
RUN apt-get install -y curl gcc git g++ gperf bison flex texinfo help2man make libncurses5-dev \
|
||||||
python3-dev autoconf automake libtool gawk wget bzip2 xz-utils unzip \
|
python3-dev autoconf automake libtool libtool-bin gawk wget bzip2 xz-utils unzip \
|
||||||
patch libstdc++6 rsync
|
patch libstdc++6 rsync
|
||||||
|
|
||||||
# Put a fix for strip.
|
# Put a fix for strip.
|
||||||
|
|||||||
Reference in New Issue
Block a user