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 642c892 commit a475115Copy full SHA for a475115
src/server/Dockerfile
@@ -31,7 +31,7 @@ WORKDIR /api
31
COPY --from=builder /api ./
32
33
RUN apk update \
34
-# && apk add --no-cache binutils libmagic \
+ && apk add --no-cache libpq-dev \
35
# && ln -s "/usr/lib/libcrypto.so.3" "/usr/lib/libcrypto.so" \
36
&& pip3 install pipenv --no-cache-dir --disable-pip-version-check --root-user-action=ignore
37
# && crontab /api/cron
0 commit comments