mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-04 18:08:48 -04:00
Run the server as an unprivileged user
This commit is contained in:
parent
f72c9c1fb6
commit
e9021e16c4
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM python:2-alpine
|
||||
|
||||
RUN apk add --no-cache --virtual .nacl_deps build-base libffi-dev zlib-dev openssl-dev libjpeg-turbo-dev linux-headers postgresql-dev
|
||||
RUN apk add --no-cache --virtual .nacl_deps su-exec build-base libffi-dev zlib-dev openssl-dev libjpeg-turbo-dev linux-headers postgresql-dev
|
||||
|
||||
COPY . /synapse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue