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 12, 2023
1 parent aef7bb5 commit c57555f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/release-ci.DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ 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
&& /root/miniconda3/bin/conda clean -afy \
&& ln -s /root/miniconda3/lib/libarchive.so.13 /root/miniconda3/lib/libarchive.so.19

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

0 comments on commit c57555f

Please sign in to comment.