add auto clean
This commit is contained in:
parent
5584bad1aa
commit
6d950baa69
@ -5,6 +5,9 @@ RUN apt update
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt install nginx php8.1 php8.1-fpm php8.1-gd -y
|
||||
|
||||
# Clean up
|
||||
RUN apt clean
|
||||
|
||||
# Set up nginx
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user