Add update

This commit is contained in:
alesapin 2020-09-09 14:47:34 +03:00
parent ca6b634eb0
commit c535d75243
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main m
RUN apt-get update \
&& apt-get install gcc-10 g++10 --yes
RUN rm /etc/apt/sources.list.d/proposed-repositories.list
RUN rm /etc/apt/sources.list.d/proposed-repositories.list && apt-get update
COPY build.sh /

View File

@ -81,7 +81,7 @@ RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main m
RUN apt-get update \
&& apt-get install gcc-10 g++10 --yes --no-install-recommends
RUN rm /etc/apt/sources.list.d/proposed-repositories.list
RUN rm /etc/apt/sources.list.d/proposed-repositories.list && apt-get update
# This symlink required by gcc to find lld compiler
RUN ln -s /usr/bin/lld-${LLVM_VERSION} /usr/bin/ld.lld