mirror of
https://github.com/flibusta-apps/meilie_updater.git
synced 2025-12-06 15:15:37 +01:00
Add vault
This commit is contained in:
@@ -10,12 +10,15 @@ RUN cargo build --release --bin meili_updater
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y openssl ca-certificates \
|
||||
&& apt-get install -y openssl ca-certificates curl jq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./scripts/*.sh /
|
||||
RUN chmod +x /*.sh
|
||||
|
||||
RUN update-ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /app/target/release/meili_updater /usr/local/bin
|
||||
ENTRYPOINT ["/usr/local/bin/meili_updater"]
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
Reference in New Issue
Block a user