mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-27 12:34:20 +01:00
Postgres with Dockerfile changes (#148)
* added postgres support * added libpq-dev
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM python:3.9-slim
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y curl python3-dev autoconf g++
|
||||
RUN apt-get install -y libpq-dev
|
||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||
ENV PATH="/root/.local/bin:$PATH"
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user