archean-server-pelican/Dockerfile

7 lines
132 B
Docker
Raw Normal View History

FROM ghcr.io/pelican-eggs/yolks:ubuntu
2024-10-18 22:15:37 +02:00
2024-10-20 13:38:09 +02:00
USER root
2024-10-18 22:15:37 +02:00
2024-10-20 21:56:07 +00:00
RUN apt install -y openssl libpng16-16 libharfbuzz-bin libstdc++6
2024-10-19 10:05:24 +02:00
2024-10-20 21:03:44 +00:00
USER container