Skip to content

Commit

Permalink
fix: crates io index
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Aug 18, 2022
1 parent b5ce5f8 commit b69d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM alpine as builder
RUN mkdir "/cache"

# Install ssl certificates that will also be copied into the final image
RUN apk update && apk add --no-cache ca-certificates
RUN apk update && apk add --no-cache ca-certificates git

# Install Rust toolchain
RUN apk add --no-cache cargo
Expand Down

0 comments on commit b69d4e6

Please sign in to comment.