add auto clean

This commit is contained in:
Lee 2023-07-05 17:19:18 +01:00
parent 5584bad1aa
commit 6d950baa69

@ -5,6 +5,9 @@ RUN apt update
RUN DEBIAN_FRONTEND=noninteractive \ RUN DEBIAN_FRONTEND=noninteractive \
apt install nginx php8.1 php8.1-fpm php8.1-gd -y apt install nginx php8.1 php8.1-fpm php8.1-gd -y
# Clean up
RUN apt clean
# Set up nginx # Set up nginx
COPY ./docker/nginx.conf /etc/nginx/nginx.conf COPY ./docker/nginx.conf /etc/nginx/nginx.conf