Skip to content

Commit

Permalink
Merge pull request #218 from aliyun/fix-py39
Browse files Browse the repository at this point in the history
add libpq to fix py39
  • Loading branch information
rsonghuster authored Oct 5, 2023
2 parents bf41a44 + ce36e36 commit d3f748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3.9/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV LD_LIBRARY_PATH=${FC_FUNC_CODE_PATH}:${FC_FUNC_CODE_PATH}/lib:/usr/local/lib

# Install libopencv-dev
RUN apt-get update \
&& apt-get install -y libopencv-dev \
&& apt-get install -y libopencv-dev libpq-dev \
&& rm -rf /var/lib/apt/lists/*

# Start a shell by default
Expand Down

0 comments on commit d3f748b

Please # to comment.