0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-15 07:03:05 +00:00

Merge pull request from tursodatabase/athos/skip-rm-apt-lists

Run apt update on sqld runtime image
This commit is contained in:
Athos
2023-10-27 15:51:17 +00:00
committed by GitHub

@ -29,6 +29,7 @@ RUN cargo build -p sqld --release
# runtime
FROM debian:bullseye-slim
RUN apt update
EXPOSE 5001 8080
VOLUME [ "/var/lib/sqld" ]