mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
revert: drop cargo and rust
This commit is contained in:
parent
8088236c6f
commit
0ca7f5d8fc
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue