mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
chore: correcting lists removal path
This commit is contained in:
committed by
Yusuke Kuoka
parent
c3a6e45920
commit
c0821d4ede
@@ -37,7 +37,7 @@ RUN apt update -y \
|
||||
python3-pip \
|
||||
&& ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
|
||||
&& rm -rf /var/lib/apt/list/*
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Runner user
|
||||
RUN adduser --disabled-password --gecos "" --uid 1000 runner \
|
||||
|
||||
Reference in New Issue
Block a user