Skip to content

Commit

Permalink
fix(dockerfile): try to fix build errors (#7036) (#7037)
Browse files Browse the repository at this point in the history
Co-authored-by: Lynwee <linwei.hou@merico.dev>
  • Loading branch information
github-actions[bot] and d4x1 committed Feb 27, 2024
1 parent 2291a95 commit 328dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ RUN cd /usr/local/deps/target/lib && \
FROM python:3.9-slim-bullseye as base

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

0 comments on commit 328dfa3

Please sign in to comment.