Update Dockerfile
This commit is contained in:
parent
039bc05d9a
commit
08947cebfd
@ -1,10 +1,11 @@
|
||||
FROM alpine:3.11 AS builder
|
||||
FROM alpine:3.12 AS builder
|
||||
|
||||
ENV VERSION=v1.17.0
|
||||
|
||||
RUN apk add --no-cache \
|
||||
alpine-sdk \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
libffi-dev \
|
||||
openssl-dev \
|
||||
zlib-dev \
|
||||
@ -20,6 +21,7 @@ RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synap
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip \
|
||||
py3-psycopg2 \
|
||||
py3-jinja2 \
|
||||
libffi \
|
||||
|
Loading…
Reference in New Issue
Block a user