Downgrade cmake version in packager image

This commit is contained in:
alesapin 2019-09-27 16:25:51 +03:00
parent e5a5091556
commit dad401a047
2 changed files with 1 additions and 6 deletions

View File

@ -16,9 +16,6 @@ RUN apt-get --allow-unauthenticated update -y \
RUN echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main" >> /etc/apt/sources.list
RUN echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" >> /etc/apt/sources.list
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN curl https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
RUN apt-get update -y \
&& env DEBIAN_FRONTEND=noninteractive \
@ -59,7 +56,7 @@ RUN apt-get update -y \
gdb \
rename \
wget
# Build and install tools for cross-linking to Darwin
ENV CC=clang-8

View File

@ -17,8 +17,6 @@ RUN apt-get --allow-unauthenticated update -y \
RUN echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-7 main" >> /etc/apt/sources.list
RUN echo "deb [trusted=yes] http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" >> /etc/apt/sources.list
RUN add-apt-repository ppa:ubuntu-toolchain-r/test
RUN curl https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add -
RUN apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main'
RUN apt-get --allow-unauthenticated update -y \
&& env DEBIAN_FRONTEND=noninteractive \