Skip to content

Commit 328dfa3

Browse files
fix(dockerfile): try to fix build errors (#7036) (#7037)
Co-authored-by: Lynwee <linwei.hou@merico.dev>
1 parent 2291a95 commit 328dfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN cd /usr/local/deps/target/lib && \
116116
FROM python:3.9-slim-bullseye as base
117117

118118
RUN apt-get update && \
119-
apt-get install -y python3-dev python3-pip tar curl libssh2-1 zlib1g libffi-dev default-libmysqlclient-dev libpq-dev tini && \
119+
apt-get install -y python3-dev python3-pip tar pkg-config curl libssh2-1 zlib1g libffi-dev default-libmysqlclient-dev libpq-dev tini && \
120120
apt-get clean && \
121121
rm -fr /usr/share/doc/* \
122122
/usr/share/info/* \

0 commit comments

Comments
 (0)