Mercurial > libervia-backend
diff docker/prosody-e2e/Dockerfile @ 3694:a6811543c7ff
docker (prosody): remove unused `entrypoint.sh` file and `sed` from Dockerfile:
The `sed` is not necessary anymore in recent Docker images, since
https://github.com/prosody/prosody-docker/pull/65 has been merged.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Oct 2021 10:39:05 +0200 |
parents | 73e04040d577 |
children | 31c84a32c897 |
line wrap: on
line diff
--- a/docker/prosody-e2e/Dockerfile Thu Oct 21 11:55:39 2021 +0200 +++ b/docker/prosody-e2e/Dockerfile Fri Oct 22 10:39:05 2021 +0200 @@ -16,7 +16,3 @@ COPY --chown=root:tls-cert certificates/server1.test/cert.pem /usr/share/libervia/certificates/server1.test.pem COPY --chown=root:tls-cert certificates/server1.test/key.pem /usr/share/libervia/certificates/server1.test-key.pem -# we add exec to handle properly signals, this is missing upstream -# FIXME: to be removed when new images are generated with -# https://github.com/prosody/prosody-docker/pull/65 -RUN sed -i "s/^runuser -u prosody/exec \0/" /entrypoint.sh