Добавлено обновление пакетов ОС в базовом образе.
Some checks failed
release / ubuntu-22_04 (push) Failing after 1m32s
release / ubuntu-24_04 (push) Failing after 13m29s

This commit is contained in:
2026-04-10 17:55:52 +03:00
parent 91f37a8210
commit a65e794827

View File

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