Add nginx to our image

This commit is contained in:
Nico Schottelius 2021-12-19 22:56:34 +01:00
parent 35773a2f3b
commit 924484198e

View file

@ -23,6 +23,7 @@ RUN apk update && apk add \
postgresql-dev \
python3-dev \
musl-dev \
nginx \
wireguard-tools-wg
RUN pip install --no-cache-dir -r requirements.txt