fix(renovate): correct oopsie

This commit is contained in:
Kjeld Schouten
2025-04-09 14:06:07 +02:00
parent f2cfe79e70
commit ee80a770b1
+1 -1
View File
@@ -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 \