From 3a023446c53b3688003183aabd723945cbd4423d Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 24 Jan 2022 16:23:49 +0100 Subject: :wrench: Change to not using smaller image for the time being --- Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8fc7322..3f33149 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,11 @@ COPY . . RUN cargo install --path . -FROM debian:buster-slim -COPY --from=builder /usr/local/cargo/bin/rss-watcher /usr/local/bin/rss-watcher -ENV RUST_LOG=info +#FROM debian:buster-slim +#RUN apt-get update \ +# && apt-get install -y libssl-dev libc-bin libc6 \ +# && rm -rf /var/lib/apt/lists/* +#COPY --from=builder /usr/local/cargo/bin/rss-watcher /usr/local/bin/rss-watcher +#ENV RUST_LOG=info CMD ["rss-watcher"] -- cgit v1.2.3