Skip to content

Commit

Permalink
Merge pull request #513 from tursodatabase/athos/skip-rm-apt-lists
Browse files Browse the repository at this point in the history
Run apt update on sqld runtime image
  • Loading branch information
athoscouto committed Oct 27, 2023
2 parents cc803fd + 124f428 commit 5d676e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 5d676e6

Please sign in to comment.