This commit is contained in:
Shihaam Abdul Rahman 2022-09-13 13:53:15 +05:00
parent 30a33b4340
commit bd3c8503ab
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

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