Current section

Files

Jump to
altworx_runbox priv Dockerfile
Raw

priv/Dockerfile

FROM hexpm/elixir:1.18.1-erlang-27.2-debian-bullseye-20250113
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