Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lt committed Mar 24, 2024
1 parent df4cf33 commit 094f4f7
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
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=~/.cargo \
FROM debian:bookworm-slim

RUN apt-get update \
&& apt-get install -y ca-certificates \
&& apt-get install -y ca-certificates curl \
&& rm -rf /var/lib/apt/lists/*

COPY --from=builder /build/output /usr/local/bin/openworkers-runner
Expand Down

0 comments on commit 094f4f7

Please sign in to comment.