Packages

Testing x86_64 macOS and aarch64 Linux by Apple Silicon Mac with Rosetta 2 and Docker Desktop for Mac, or x86_64 macOS and Linux by Intel x86_64 Mac and Docker Desktop for Mac.

Current section

Files

Jump to
astesting priv Dockerfile.template
Raw

priv/Dockerfile.template

FROM elixir:@version-alpine
# describe setting here
RUN apk update && \
apk add alpine-sdk && \
mix local.hex --force && \
mix local.rebar --force