Добавлен параметр --allow-unauthenticated в команду apt-get install
Some checks failed
release / release (push) Failing after 56m34s

This commit is contained in:
2025-04-07 20:13:55 +07:00
parent eb5d414e8a
commit a90c75bcca
3 changed files with 7 additions and 5 deletions

View File

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