From 924484198eef9ad0a309c8e64e1dcdbce84704d2 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 19 Dec 2021 22:56:34 +0100 Subject: [PATCH] Add nginx to our image --- Dockerfile.alpine-linux | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.alpine-linux b/Dockerfile.alpine-linux index 53a7c27..c953d76 100644 --- a/Dockerfile.alpine-linux +++ b/Dockerfile.alpine-linux @@ -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