Install Cargo in Alpine container

This commit is contained in:
Yax 2023-07-07 20:25:27 +02:00
parent 893a1a307c
commit be1f836ce7
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
FROM nginx:1.19.0-alpine
RUN apk update
RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev python3-dev
RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev python3-dev cargo
# install poetry
ENV POETRY_HOME=/opt/poetry