Fix Antithesis Docker file

This commit is contained in:
Pekka Enberg
2025-04-24 21:03:19 +03:00
parent 31677c9c94
commit fa5d6dcf6b

View File

@@ -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