squishes agate build into one RUN command

This commit is contained in:
2026-06-19 14:20:53 +01:00
parent dfaf51431f
commit 9c35d7b3ad
+2 -2
View File
@@ -1,6 +1,6 @@
FROM docker.io/library/alpine:3.23 FROM docker.io/library/alpine:3.23
RUN apk --no-cache add rust cargo RUN apk --no-cache add rust cargo \
RUN wget -O - https://github.com/mbrubeck/agate/archive/refs/tags/v3.3.20.tar.gz | tar -xz \ && wget -O - https://github.com/mbrubeck/agate/archive/refs/tags/v3.3.20.tar.gz | tar -xz \
&& cargo install --path agate-3.3.20/ \ && cargo install --path agate-3.3.20/ \
&& apk del rust cargo \ && apk del rust cargo \
&& rm -rf agate-3.3.20 agate-target && rm -rf agate-3.3.20 agate-target