mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
Install ca-certificates in docker build (#106)
This commit is contained in:
parent
a08465d56f
commit
def0b18b1e
@ -10,7 +10,7 @@ RUN RUSTFLAGS='-C target-cpu=skylake' \
|
||||
FROM debian:bullseye-slim
|
||||
LABEL org.opencontainers.image.source https://github.com/roapi/roapi
|
||||
|
||||
RUN apt-get update && apt-get install -y libssl-dev && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y libssl-dev ca-certificates && rm -rf /var/lib/apt/lists/*
|
||||
COPY test_data /test_data
|
||||
COPY --from=builder /usr/local/cargo/bin/roapi-http /usr/local/bin/roapi-http
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user