Skip to content

Commit f0fc4ec

Browse files
committed
Add curl to builder image
1 parent f1e3905 commit f0fc4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM lukemathwalker/cargo-chef:latest-rust-alpine AS base
2-
RUN apk add sccache
2+
RUN apk add curl sccache
33
ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache
44
WORKDIR /app
55

0 commit comments

Comments
 (0)