mirror of
https://github.com/pretix/pretix.git
synced 2026-08-18 12:06:26 +00:00
Add dependencies for psycopg to Dockerfile
This commit is contained in:
@@ -3,6 +3,7 @@ FROM debian:jessie
|
||||
RUN apt-get update && apt-get install -y supervisor python3 git python3-pip \
|
||||
libxml2-dev libxslt1-dev python-dev python-virtualenv locales libffi-dev \
|
||||
build-essential python3-dev zlib1g-dev libssl-dev npm gettext git \
|
||||
libpq-dev \
|
||||
--no-install-recommends
|
||||
|
||||
WORKDIR /
|
||||
|
||||
Reference in New Issue
Block a user