clear apt cache

This commit is contained in:
Ruben Momoa
2024-08-20 14:44:04 +02:00
parent b274e3f91d
commit 40c9fce6d8

View File

@@ -18,6 +18,7 @@ COPY start-container.sh /usr/local/bin/start-container
RUN apt-get -y update
RUN apt-get install -y curl git 7zip php php-xml php-curl php-xml php-mbstring php-mysql php-gd
RUN apt-get clean
RUN useradd --create-home --uid=${USER_UID} ${USERNAME}
RUN chmod +x /usr/local/bin/start-container
RUN echo "install composer"