From 3580425ca3ec9fa9bf6856e39aa58f3512a0dee0 Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 4 Nov 2022 11:34:27 -0400 Subject: [PATCH] Added rustc and cargo to Dockerfile This is an attempt to fix the failing docker image build for linux/arm/v7 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5b8f9fe..04b358b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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