Current section

Files

Jump to
altworx_runbox priv Dockerfile
Raw

priv/Dockerfile

FROM hexpm/elixir:1.19.5-erlang-28.3.1-debian-trixie-20260406
RUN mix local.hex --force \
&& mix local.rebar --force
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
g++ \
git \
make \
npm \
openssh-client
ENV MIX_ENV=prod
COPY build-scenarios /usr/local/bin/build-scenarios