fix some lint in Dockerfile (using hadolint)

This commit is contained in:
ducklet 2020-12-04 19:01:12 +01:00
parent 59b59fddd3
commit 9f6960babb

View file

@ -16,7 +16,7 @@ RUN apk upgrade --no-cache \
musl \
musl-locales \
olm \
&& pip install -U pip matrix-nio[e2e] \
&& pip install -U pip 'matrix-nio[e2e]' \
&& apk del --rdepends build-deps \
&& rm -rf /root/.cache
@ -27,4 +27,4 @@ COPY entrypoint.sh /
VOLUME ["/data"]
CMD "/entrypoint.sh"
CMD ["/entrypoint.sh"]