FROM elixir:1.10 as dev WORKDIR /root/shortnr RUN apt-get update RUN apt-get install -y fish vim RUN mix local.hex --force RUN mix local.rebar --force CMD ["sleep", "infinity"]