initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.23 AS comitium
|
||||
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 \
|
||||
&& make --directory=comitium-v1.8.2 \
|
||||
&& mv comitium-v1.8.2/build/comitium /usr/local/bin/comitium \
|
||||
&& apk del make go scdoc \
|
||||
&& rm -rf comitium-v1.8.2
|
||||
Reference in New Issue
Block a user