From fa5d6dcf6baaf10fc4aac2d00f3f7ed0746969da Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 24 Apr 2025 21:03:19 +0300 Subject: [PATCH] Fix Antithesis Docker file --- Dockerfile.antithesis | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index 7308ea97b..319dbc5f4 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -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