Skip to content

Commit

Permalink
let apline deal with cryptography
Browse files Browse the repository at this point in the history
partially revert linuxserver#125, avoiding rust-lang/cargo#9187
  • Loading branch information
capntrips committed Apr 8, 2021
1 parent a3ffead commit 022a919
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,13 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install build packages ****" && \
apk add --no-cache --upgrade --virtual=build-dependencies \
cargo \
g++ \
gcc \
libc-dev \
libffi-dev \
libxml2-dev \
libxslt-dev \
make \
openssl-dev \
python3-dev && \
python3-dev \
py3-cryptography && \
echo "**** install packages ****" && \
apk add --no-cache \
curl \
Expand All @@ -100,7 +98,6 @@ RUN \
build-dependencies && \
rm -rf \
/root/.cache \
/root/.cargo \
/tmp/*

# add local files and files from buildstage
Expand Down

0 comments on commit 022a919

Please sign in to comment.