Добавлен параметр --allow-insecure-repositories в команду apt-get update
Some checks failed
release / release (push) Failing after 58m5s

This commit is contained in:
2025-04-07 18:33:24 +07:00
parent 89fdbd9388
commit eb5d414e8a
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
org.opencontainers.image.title="MouseSoft Gitea Actions runner images" \
org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows."
RUN apt-get update && \
RUN apt-get update --allow-insecure-repositories && \
apt-get install -y build-essential debhelper dh-exec dpkg-dev dput-ng \
fakeroot gawk locales sed && \
rm -rf /var/lib/apt/lists/*