From 4210262e27c55c6fd3ba826bdbd2a87fe08e6def Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 11 May 2025 17:19:58 +0300 Subject: [PATCH] Update Dockerfile.github_action Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com> --- Dockerfile.github_action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .