mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
Fix missing \ in about-arc.md (#2866)
This commit is contained in:
@@ -172,7 +172,7 @@ If there is a need to include packages in the runner image for which there is no
|
|||||||
FROM summerwind/actions-runner:latest
|
FROM summerwind/actions-runner:latest
|
||||||
|
|
||||||
RUN sudo apt-get update -y \
|
RUN sudo apt-get update -y \
|
||||||
&& sudo apt-get install $YOUR_PACKAGES
|
&& sudo apt-get install $YOUR_PACKAGES \
|
||||||
&& sudo rm -rf /var/lib/apt/lists/*
|
&& sudo rm -rf /var/lib/apt/lists/*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user