mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
Fix Antithesis Docker file
This commit is contained in:
@@ -63,10 +63,7 @@ RUN if [ "$antithesis" = "true" ]; then \
|
||||
|
||||
FROM debian:bullseye-slim AS runtime
|
||||
RUN apt-get update && apt-get install -y bash curl xz-utils python3 sqlite3 bc binutils pip && rm -rf /var/lib/apt/lists/*
|
||||
RUN curl --proto '=https' --tlsv1.2 -LsSf \
|
||||
https://github.com/tursodatabase/limbo/releases/latest/download/limbo_cli-installer.sh | sh
|
||||
RUN bash -c "source $HOME/.limbo/env"
|
||||
RUN pip install antithesis pylimbo --break-system-packages
|
||||
RUN pip install antithesis pylimbo
|
||||
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user