Add wget to Alpine image for enhanced functionality
Some checks failed
CI / ci (push) Failing after 1m51s
Some checks failed
CI / ci (push) Failing after 1m51s
This commit is contained in:
@@ -15,7 +15,7 @@ COPY crates/ ./crates/
|
|||||||
RUN cargo build --release --bin k-mood
|
RUN cargo build --release --bin k-mood
|
||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates wget
|
||||||
COPY --from=builder /app/target/release/k-mood /usr/local/bin/k-mood
|
COPY --from=builder /app/target/release/k-mood /usr/local/bin/k-mood
|
||||||
COPY --from=frontend /app/spa/dist /spa/dist
|
COPY --from=frontend /app/spa/dist /spa/dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user