Skip to content

Commit

Permalink
Update release-ci.DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Dec 21, 2023
1 parent 0354948 commit 72f0737
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ ENV PATH="/root/miniconda3/bin:${PATH}"

# Install lld
RUN /root/miniconda3/bin/conda install -c conda-forge lld nasm cmake gxx==11.4.0 -y \
&& /root/miniconda3/bin/conda clean -afy \
&& ln -s /root/miniconda3/lib/libarchive.so.13 /root/miniconda3/lib/libarchive.so.19
&& /root/miniconda3/bin/conda clean -afy

# install Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit 72f0737

Please sign in to comment.