archean-server-pelican/Dockerfile
tueem e735620205
Some checks failed
Deploy / BuildandPush-Docker (push) Has been cancelled
changes for another approach
2024-10-20 13:38:09 +02:00

12 lines
123 B
Docker

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