chore: correcting lists removal path

This commit is contained in:
Callum James Tait 2021-05-24 22:51:18 +01:00 committed by Yusuke Kuoka
parent c3a6e45920
commit c0821d4ede
1 changed files with 1 additions and 1 deletions

View File

@ -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 \