fix: Fixed ssl error with the docker container. (#58)
This commit is contained in:
parent
2196b53075
commit
3da0c07bcd
@ -24,7 +24,7 @@ RUN cargo build --release
|
|||||||
|
|
||||||
|
|
||||||
FROM bitnami/minideb:latest
|
FROM bitnami/minideb:latest
|
||||||
RUN install_packages openssl
|
RUN install_packages openssl ca-certificates
|
||||||
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
|
COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth
|
||||||
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
|
COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/
|
||||||
COPY --from=build /wait /wait
|
COPY --from=build /wait /wait
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user