revert: drop cargo and rust

This commit is contained in:
Naramsim 2024-05-04 22:54:12 +02:00
parent 8088236c6f
commit 0ca7f5d8fc

View file

@ -9,7 +9,7 @@ WORKDIR /code
ADD requirements.txt /code/
RUN apk add --no-cache postgresql-libs libstdc++
RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
postgresql-dev rust cargo && \
postgresql-dev && \
python3 -m pip install -r requirements.txt --no-cache-dir && \
apk --purge del .build-deps
ADD . /code/