Fixes search not reading sidetypes (#823)

This commit is contained in:
Wyatt Verchere
2024-01-06 13:36:26 -08:00
committed by GitHub
parent 917b89e44f
commit 527521328f
3 changed files with 14 additions and 21 deletions

View File

@@ -23,7 +23,8 @@ ARG SQLX_OFFLINE=true
RUN cargo build --release
FROM debian:bullseye-slim
# Final Stage
FROM ubuntu:latest
RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \