Добавлен образ для сборки документации.
Some checks failed
release / release (push) Failing after 5m58s

This commit is contained in:
2024-10-10 21:32:26 +07:00
parent a861217aff
commit c10f701b50
7 changed files with 118 additions and 6 deletions

View File

@@ -18,13 +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."
ENV LANG=ru_RU.UTF-8
RUN apt-get update && \
apt-get install -y build-essential debhelper dh-exec dpkg-dev dput-ng \
fakeroot gawk locales sed && \
rm -rf /var/lib/apt/lists/*
COPY --chown=root:root etc /etc
RUN locale-gen --lang ru