Skip to content

Commit

Permalink
Dockerfile-base use full rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jan 5, 2023
1 parent 032bc37 commit a1ac091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ruby-dev openssl libpq-dev libxml2-dev libxslt-dev nodejs-current npm yarn \
cmake clang clang-dev

RUN curl https://get.acme.sh | sh
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="/root/.cargo/bin:$PATH"
ENV RUSTFLAGS="-C target-feature=-crt-static"

0 comments on commit a1ac091

Please sign in to comment.