Update some stuff, now everything must work
This commit is contained in:
@ -7,6 +7,7 @@ RUN cargo build --release
|
||||
|
||||
FROM alpine:3.17.1
|
||||
COPY --from=builder /src/target/release/clin /bin/clin
|
||||
RUN apk update && apk add openssl --no-cache
|
||||
RUN apk update && apk add --no-cache libressl-dev libc6-compat
|
||||
RUN chmod +x /bin/clin
|
||||
WORKDIR /workdir
|
||||
ENTRYPOINT ["/bin/clin"]
|
||||
|
Reference in New Issue
Block a user