We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38db9b5 commit 581b65cCopy full SHA for 581b65c
1 file changed
Dockerfile
@@ -1,14 +1,4 @@
1
-FROM python:3.9-slim-buster AS build
2
-
3
-RUN apt-get update && apt-get install -y git
4
5
-WORKDIR /app
6
7
# Download the S3 Storage Provider module
8
-RUN git clone https://github.com/matrix-org/synapse-s3-storage-provider.git
9
10
FROM matrixdotorg/synapse:latest AS runtime
11
12
-# Copy the s3_storage_provider.py into the RUN image
13
-COPY --from=build /app/synapse-s3-storage-provider/s3_storage_provider.py /usr/local/lib/python3.9/site-packages/
14
+RUN pip install synapse-s3-storage-provider
0 commit comments