Skip to content

Commit 2de0be9

Browse files
committed
fix broken docker container
1 parent b451f50 commit 2de0be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN cargo build --release && rm -rf src/
2323
# This should only compile the app itself as the
2424
# dependencies were already built above.
2525
COPY . ./
26-
RUN apk add --no-cache make
26+
RUN apk add --no-cache make curl
2727
RUN make static
2828
RUN rm ./target/release/deps/mastodon_list_bot* && cargo build --release
2929
RUN strip target/release/mastodon-list-bot

0 commit comments

Comments
 (0)