Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c83fe42b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: Update container image" am: bb187125 am: 18474045 am: 8976e112

parents 6ae9007e 8976e112
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ RUN apt-get update && \
    libdouble-conversion-dev \
    libevent-dev \
    libflatbuffers-dev \
    libflatbuffers1 \
    libgl1-mesa-dev \
    libglib2.0-dev \
    libgtest-dev \
@@ -60,7 +59,7 @@ RUN apt-get update && \
# Next install the Rust toolchain. Download the toolchain to the local folder
# using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
ADD rustup/rustup.sh /tmp
RUN /tmp/rustup.sh -y --default-toolchain 1.59.0
RUN /tmp/rustup.sh -y --default-toolchain 1.60.0

# Add .cargo/bin to $PATH
ENV PATH="/root/.cargo/bin:${PATH}"
@@ -71,7 +70,7 @@ RUN cargo install cxxbridge-cmd --version 1.0.42
# Rename llvm packages. By default, they are named 11vm-ar-13, etc. which won't
# work properly with the build.
ADD llvm-rename.sh /tmp
RUN /tmp/llvm-rename.sh 13
RUN /tmp/llvm-rename.sh 14

# At this point, the base container is ready. Now we need to build and install
# both libchrome and modp-b64. If you ran this via `docker-build-image.py`, this