Added rustc and cargo to Dockerfile

This is an attempt to fix the failing docker image build for
linux/arm/v7
This commit is contained in:
Hemna 2022-11-04 11:34:27 -04:00
parent 358aa59042
commit 3580425ca3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ENV LANG=C.UTF-8
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt install -y git build-essential
RUN apt install -y git build-essential rustc cargo
RUN apt install -y libffi-dev python3-dev libssl-dev libxml2-dev libxslt-dev
RUN apt install -y python3 python3-pip python3-dev python3-lxml