archean-server-pelican/Dockerfile
tueem e8c2f63b6b
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 2m19s
Add -y option
2024-10-20 21:03:44 +00:00

7 lines
127 B
Docker

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