Files
pelican-debian32/dockerfile
T
edraft 64bc1ef7d3
Deploy on push / build (push) Failing after 28s
Deploy on push / push (push) Has been skipped
dockerfile aktualisiert
2026-07-08 16:56:57 +02:00

14 lines
325 B
Docker

FROM quay.io/parkervcp/pterodactyl-images:base_debian
USER root
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
libc6:i386 \
libgcc-s1:i386 \
libstdc++6:i386 \
ca-certificates && \
rm -rf /var/lib/apt/lists/*
USER container