We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811d1a1 commit f574938Copy full SHA for f574938
Resources/docker/app/Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /code
9
ADD requirements.txt /code/
10
RUN apk add --no-cache postgresql-libs libstdc++
11
RUN apk add --no-cache --virtual .build-deps gcc g++ musl-dev \
12
- postgresql-dev rust cargo && \
+ postgresql-dev binutils rust cargo && \
13
python3 -m pip install -r requirements.txt --no-cache-dir && \
14
apk --purge del .build-deps
15
ADD . /code/
0 commit comments