Files
wanderer/.devcontainer/Dockerfile
T
2024-11-07 22:41:43 +01:00

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