chore: correcting lists removal path
This commit is contained in:
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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue