Add -y option
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 2m19s

This commit is contained in:
tueem 2024-10-20 21:03:44 +00:00
parent 4f6bcdebd7
commit e8c2f63b6b

@ -2,10 +2,6 @@ FROM ghcr.io/pelican-eggs/yolks:debian
USER root
RUN apt install openssl libpng16-16 libharfbuzz-bin curl
USER container
RUN apt install -y openssl libpng16-16 libharfbuzz-bin curl
USER container