Skip to content

Commit

Permalink
Set ImageOS environment variable in runner images (#2878)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikola Jokic <jokicnikola07@gmail.com>
  • Loading branch information
int128 and nikola-jokic committed Nov 23, 2023
1 parent c7d65c4 commit 8a25302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8a25302

Please sign in to comment.