Copy sqlite_test_ext to Dockerfile.simulator

This commit is contained in:
Piotr Rzysko 2025-06-21 19:50:19 +02:00
parent dda1ee86e2
commit 0f3efe2fbb

View file

@ -22,6 +22,7 @@ COPY cli ./cli/
COPY sqlite3 ./sqlite3/
COPY stress ./stress/
COPY tests ./tests/
COPY testing/sqlite_test_ext ./testing/sqlite_test_ext
RUN cargo chef prepare --bin limbo_sim --recipe-path recipe.json
#