We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b451f50 commit 2de0be9Copy full SHA for 2de0be9
Dockerfile
@@ -23,7 +23,7 @@ RUN cargo build --release && rm -rf src/
23
# This should only compile the app itself as the
24
# dependencies were already built above.
25
COPY . ./
26
-RUN apk add --no-cache make
+RUN apk add --no-cache make curl
27
RUN make static
28
RUN rm ./target/release/deps/mastodon_list_bot* && cargo build --release
29
RUN strip target/release/mastodon-list-bot
0 commit comments