archean-server-pelican/Dockerfile
tueem 869c1e930c
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 1m52s
Add libstdc++6 dependency
2024-10-20 21:56:07 +00:00

7 lines
132 B
Docker

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