clear apt cache
This commit is contained in:
@@ -18,6 +18,7 @@ COPY start-container.sh /usr/local/bin/start-container
|
|||||||
|
|
||||||
RUN apt-get -y update
|
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 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 useradd --create-home --uid=${USER_UID} ${USERNAME}
|
||||||
RUN chmod +x /usr/local/bin/start-container
|
RUN chmod +x /usr/local/bin/start-container
|
||||||
RUN echo "install composer"
|
RUN echo "install composer"
|
||||||
|
|||||||
Reference in New Issue
Block a user