Skip to content

Commit

Permalink
fix broken docker container
Browse files Browse the repository at this point in the history
untitaker committed Nov 21, 2024
1 parent b451f50 commit 2de0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2de0be9

Please sign in to comment.