From ffcc146639d0718a6e4ea46ee3b882d2508db439 Mon Sep 17 00:00:00 2001 From: Martin Hrabovcin Date: Mon, 7 Oct 2024 13:09:26 +0200 Subject: [PATCH] fix: build error --- Dockerfile.ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index 69debdd..6a2db6e 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -6,13 +6,13 @@ RUN apt-get update && apt-get install -y \ bzip2 \ git \ build-essential \ - python-dev \ + python-dev-is-python3 \ python3 \ python3-pip \ shellcheck \ && rm -rf /var/lib/apt/lists/* -RUN pip3 install --upgrade pre-commit yamale yamllint awscli gitlint +RUN pip3 install --break-system-packages --upgrade pre-commit yamale yamllint awscli gitlint ARG DOCKER_VERSION RUN curl -fsSL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz | \