diff --git a/Dockerfile.github_action b/Dockerfile.github_action index 458ac78a..2d39a75e 100644 --- a/Dockerfile.github_action +++ b/Dockerfile.github_action @@ -1,6 +1,6 @@ FROM python:3.12.10-slim AS base -RUN apt update && apt install --no-install-recommends -y git curl && apt-get clean && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install --no-install-recommends -y git curl && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /app ADD pyproject.toml .