fix docker file
Some checks failed
🐳 Build Ansible Act Runner Image / build (push) Failing after 22s

This commit is contained in:
master of disaster
2026-06-12 22:16:33 +02:00
parent af364df738
commit 8c54cdd727

View File

@@ -11,6 +11,7 @@ ENV PIP_NO_CACHE_DIR=1
ARG ACT_RUNNER_VERSION=0.2.11 ARG ACT_RUNNER_VERSION=0.2.11
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
-o Dpkg::Options::="--force-confnew" \
curl \ curl \
wget \ wget \
git \ git \