Skip to content

Commit a475115

Browse files
committed
Fix
1 parent 642c892 commit a475115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WORKDIR /api
3131
COPY --from=builder /api ./
3232

3333
RUN apk update \
34-
# && apk add --no-cache binutils libmagic \
34+
&& apk add --no-cache libpq-dev \
3535
# && ln -s "/usr/lib/libcrypto.so.3" "/usr/lib/libcrypto.so" \
3636
&& pip3 install pipenv --no-cache-dir --disable-pip-version-check --root-user-action=ignore
3737
# && crontab /api/cron

0 commit comments

Comments
 (0)