Set ImageOS environment variable in runner images (#2878)

Co-authored-by: Nikola Jokic <jokicnikola07@gmail.com>
This commit is contained in:
Hidetake Iwata
2023-11-23 23:04:54 +09:00
committed by GitHub
parent c7d65c42d6
commit 8a25302ba3

View File

@@ -37,6 +37,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy
ENV DEBIAN_FRONTEND=noninteractive
ENV RUNNER_MANUALLY_TRAP_SIG=1
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1
ENV ImageOS=ubuntu22
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \