Update to Alpine 3.7 and switch to libressl
This commit is contained in:
parent
ef1f8d4be6
commit
b9b668e4bb
|
@ -1,6 +1,6 @@
|
|||
FROM python:2-alpine
|
||||
FROM docker.io/python:2-alpine3.7
|
||||
|
||||
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
|
||||
RUN apk add --no-cache --virtual .nacl_deps su-exec build-base libffi-dev zlib-dev libressl-dev libjpeg-turbo-dev linux-headers postgresql-dev
|
||||
|
||||
COPY . /synapse
|
||||
|
||||
|
|
Loading…
Reference in New Issue