mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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
|
||||
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/ \
|
||||
--hostname $GEMINI_HOST \
|
||||
--lang $GEMINI_LANG
|
||||
|
|
|
|||
Loading…
Reference in a new issue