Skip to content

Commit

Permalink
remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfxyz committed Apr 15, 2022
1 parent 65e8d8f commit d767b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from alpine as build-environment
WORKDIR /opt
RUN apk add clang lld curl build-base linux-headers openssl-dev \
RUN apk add clang lld curl build-base linux-headers \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh \
&& chmod +x ./rustup.sh \
&& ./rustup.sh -y
Expand Down

0 comments on commit d767b56

Please sign in to comment.