Skip to content

Commit

Permalink
Merge branch 'bumprust'
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Mar 18, 2021
2 parents 7ac4f22 + 3067583 commit fd5968e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bitbox-bridge/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
cmake \
curl \
wget \
software-properties-common
software-properties-common \
apt-transport-https \
ca-certificates


##############################
Expand Down Expand Up @@ -70,7 +72,7 @@ RUN cd /opt/osxcross && UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh
# Rust compiler
ENV PATH /opt/cargo/bin:$PATH
ENV RUSTUP_HOME=/opt/rustup
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.41.0 -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/opt/cargo sh -s -- --profile minimal --default-toolchain 1.50.0 -y
RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add x86_64-apple-darwin

Expand Down

0 comments on commit fd5968e

Please sign in to comment.