Skip to content
Snippets Groups Projects
Commit 883300b8 authored by Travis Ralston's avatar Travis Ralston
Browse files

Include export/import tooling in docker image

parent 213675f5
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ RUN ./build.sh ...@@ -14,7 +14,7 @@ RUN ./build.sh
# Final runtime stage. # Final runtime stage.
FROM alpine FROM alpine
COPY --from=builder /opt/bin/media_repo /opt/bin/import_synapse /usr/local/bin/ COPY --from=builder /opt/bin/media_repo /opt/bin/import_synapse /opt/bin/gdpr_export /opt/bin/gdpr_import /usr/local/bin/
RUN apk add --no-cache \ RUN apk add --no-cache \
su-exec \ su-exec \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment