Skip to content

Instantly share code, notes, and snippets.

@watsy0007
watsy0007 / Dockerfile
Created December 26, 2019 03:14 — forked from entone/Dockerfile
FROM elixir:1.9.1-alpine as build
# # install build dependencies
RUN apk add --no-cache \
gcc \
g++ \
git \
make \
musl-dev
RUN mix do local.hex --force, local.rebar --force