ARG PIXI_IMAGE

FROM $PIXI_IMAGE

USER root
# install libc6-dbg, the libc with debug symbols which are required by a few phoenix projects (eg. PhoenixMemCheck, PhoenixShredder that calls valgrind that neeeds it for memcmp)
RUN apt update && apt install --yes libc6-dbg git && apt clean --yes && apt autoremove --yes
USER PIXI_USER
