Update to Alpine 3.7 and switch to libressl

pull/14/head
kaiyou 7 years ago
parent ef1f8d4be6
commit b9b668e4bb
  1. 4
      Dockerfile

@ -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…
Cancel
Save