aboutsummaryrefslogblamecommitdiffstats
path: root/docker/Dockerfile
blob: 46abe85bc2809d0414666325521a6dda12d81d47 (plain) (tree)
1
2
3

           
                                                                                  





















                                            
FROM ubuntu

RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update && apt-get install -y \
  git \
  mercurial \
  subversion \
  erlang \
  build-essential \
  autoconf \
  automake \
  curl \
  python-sphinx \
  asciidoc \
  p7zip-full \
  unzip

COPY . /erlang.mk
WORKDIR /erlang.mk

# Run specific test-case with verbose output
# RUN make check c=escript-deps V=4

RUN make check -j 8 -k
RUN make check LEGACY=1 -j 8 -k