no need for AS
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/alpine:3.23 AS agate
|
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 \
|
RUN 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/ \
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.23 AS comitium
|
FROM alpine:3.23
|
||||||
RUN apk --no-cache add make go scdoc
|
RUN apk --no-cache add make go scdoc
|
||||||
RUN wget -O - https://git.sr.ht/~nytpu/comitium/archive/v1.8.2.tar.gz | tar -xz \
|
RUN wget -O - https://git.sr.ht/~nytpu/comitium/archive/v1.8.2.tar.gz | tar -xz \
|
||||||
&& make --directory=comitium-v1.8.2 \
|
&& make --directory=comitium-v1.8.2 \
|
||||||
|
|||||||
Reference in New Issue
Block a user