Dockerfile 157 B

12345678
  1. FROM docker.shemic.com/os/alpine:latest
  2. MAINTAINER Rabin "https://github.com/shemic"
  3. RUN apk add --no-cache --update erlang
  4. RUN mkdir /src
  5. VOLUME ["/src"]