mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
going back to compiling from source but with fewer layers
This commit is contained in:
parent
1d0284e888
commit
7d7abce9a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN wget https://github.com/mbrubeck/agate/releases/download/v3.0.2/agate.$(uname -m)-unknown-linux-gnu.gz && gunzip agate.$(uname -m)-unknown-linux-gnu.gz && mv agate.$(uname -m)-unknown-linux-gnu /agate && ls && chmod +x /agate
|
RUN apk add cargo && wget https://github.com/mbrubeck/agate/archive/refs/tags/v3.0.2.tar.gz && tar xzf v3.0.2.tar.gz && mv /agate-3.0.2 /agate && cd agate && cargo build --release
|
||||||
CMD /agate --content /gmi/ \
|
CMD /agate --content /gmi/ \
|
||||||
--hostname $GEMINI_HOST \
|
--hostname $GEMINI_HOST \
|
||||||
--lang $GEMINI_LANG
|
--lang $GEMINI_LANG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue