add rustc for py crypto

This commit is contained in:
aptalca 2021-02-08 21:36:51 -05:00
parent d0b2f90de7
commit 44d631e605
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 \