archean-server-pelican/Dockerfile
tueem 4f6bcdebd7
Some checks failed
Deploy / BuildandPush-Docker (push) Failing after 1m51s
Add Curl
2024-10-20 21:00:26 +00:00

12 lines
128 B
Docker

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