Navigation Menu

Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

asaaki/elixir-alpine-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Outdated!

Please consider mix-edib (edib-tool) instead.


FROM asaaki/elixir-alpine

docker hub

Docker image for Erlang/Elixir projects build on a minimal Alpine Linux (base: gliderlabs/alpine)

More info about the base: https://github.com/gliderlabs/docker-alpine

This image still ships the build-base package (GCC + libraries) to make it more convenient for projects which have NIF dependencies.

If you look for an even more stripped down version take a look at asaaki/elixir-pure-alpine (src) instead.