diff --git a/docs/about-arc.md b/docs/about-arc.md index c4c896bb..9d418d4e 100644 --- a/docs/about-arc.md +++ b/docs/about-arc.md @@ -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 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/* ```