From 2de0be9c926a0aac3591ff80f8253a531a2ae028 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 21 Nov 2024 18:35:53 +0100 Subject: [PATCH] fix broken docker container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bed3440..2c3675a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cargo build --release && rm -rf src/ # This should only compile the app itself as the # dependencies were already built above. COPY . ./ -RUN apk add --no-cache make +RUN apk add --no-cache make curl RUN make static RUN rm ./target/release/deps/mastodon_list_bot* && cargo build --release RUN strip target/release/mastodon-list-bot