mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-05-02 07:20:31 +00:00
9 lines
126 B
Docker
9 lines
126 B
Docker
FROM elixir:1.17-otp-27
|
|
|
|
RUN apt install -yq curl gnupg
|
|
RUN apt --fix-broken install
|
|
|
|
RUN mix local.hex --force
|
|
|
|
WORKDIR /app
|