fix some lint in Dockerfile (using hadolint)
This commit is contained in:
parent
59b59fddd3
commit
9f6960babb
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ RUN apk upgrade --no-cache \
|
||||||
musl \
|
musl \
|
||||||
musl-locales \
|
musl-locales \
|
||||||
olm \
|
olm \
|
||||||
&& pip install -U pip matrix-nio[e2e] \
|
&& pip install -U pip 'matrix-nio[e2e]' \
|
||||||
&& apk del --rdepends build-deps \
|
&& apk del --rdepends build-deps \
|
||||||
&& rm -rf /root/.cache
|
&& rm -rf /root/.cache
|
||||||
|
|
||||||
|
|
@ -27,4 +27,4 @@ COPY entrypoint.sh /
|
||||||
|
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
|
|
||||||
CMD "/entrypoint.sh"
|
CMD ["/entrypoint.sh"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue