3 lines
124 B
Docker
3 lines
124 B
Docker
ARG SYNAPSE_VERSION=latest
|
|
FROM matrixdotorg/synapse:${SYNAPSE_VERSION}
|
|
RUN pip install --no-cache-dir synapse-http-antispam |