mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-05 22:57:52 -04:00
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:
parent
358aa59042
commit
3580425ca3
@ -16,7 +16,7 @@ ENV LANG=C.UTF-8
|
|||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt update
|
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 libffi-dev python3-dev libssl-dev libxml2-dev libxslt-dev
|
||||||
RUN apt install -y python3 python3-pip python3-dev python3-lxml
|
RUN apt install -y python3 python3-pip python3-dev python3-lxml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user