This commit is contained in:
2022-09-13 13:53:15 +05:00
parent 30a33b4340
commit bd3c8503ab

View File

@@ -41,8 +41,7 @@ RUN apt update -y \
&& apt clean -y
# Final clean up
RUN apt update -y \
&& apt upgrade -y \
RUN apt upgrade -y \
&& apt auto-remove -y \
&& apt clean -y