forked from uncloud/uncloud
Add nginx to our image
This commit is contained in:
parent
35773a2f3b
commit
924484198e
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ RUN apk update && apk add \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
|
nginx \
|
||||||
wireguard-tools-wg
|
wireguard-tools-wg
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue