fix(renovate): correct oopsie
This commit is contained in:
@@ -10,7 +10,7 @@ ARG TEST
|
||||
RUN apt-get -qq update \
|
||||
&& \
|
||||
apt-get -qq install -y \
|
||||
python3
|
||||
python3 \
|
||||
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean \
|
||||
|
||||
Reference in New Issue
Block a user