mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-15 07:03:05 +00:00
Merge pull request #513 from tursodatabase/athos/skip-rm-apt-lists
Run apt update on sqld runtime image
This commit is contained in:
@ -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" ]
|
||||
|
Reference in New Issue
Block a user