Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: 熊鑫伟 Xinwei Xiong <3293172751NSS@gmail.com>
  • Loading branch information
cubxxw authored Oct 11, 2024
1 parent 245b7d2 commit 114ac4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compose/production/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM python

# Install apt packages
RUN apt-get update && apt-get install --no-install-recommends -y \
# dependencies for building Python packages
build-essential \
# psycopg dependencies
libpq-dev

0 comments on commit 114ac4a

Please sign in to comment.