Add libstdc++6 dependency
All checks were successful
Deploy / BuildandPush-Docker (push) Successful in 1m52s

This commit is contained in:
tueem 2024-10-20 21:56:07 +00:00
parent fd32ae9b36
commit 869c1e930c

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