Skip to content

Commit

Permalink
deps: try with binutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Dec 21, 2024
1 parent 811d1a1 commit f574938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 binutils rust cargo && \
python3 -m pip install -r requirements.txt --no-cache-dir && \
apk --purge del .build-deps
ADD . /code/
Expand Down

0 comments on commit f574938

Please sign in to comment.