Merge pull request #123 from linuxserver/master-rustc

add rustc for py crypto
This commit is contained in:
Roxedus 2021-02-09 11:48:48 +01:00 committed by GitHub
commit 93e166cef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN \
libxml2-dev \
libxslt1-dev \
python3-pip \
rustc \
zlib1g-dev && \
echo "**** install runtime packages ****" && \
apt-get install -y \
@ -74,6 +75,7 @@ RUN \
libxml2-dev \
libxslt1-dev \
python3-pip \
rustc \
zlib1g-dev && \
apt-get -y autoremove && \
rm -rf \