The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
FROM ubuntu:yakkety

RUN apt-get update && apt-get -y install \
    git make \
    libhyperscan-dev libperl-dev libdevel-checklib-perl \
    libtest-kwalitee-perl libtest-pod-coverage-perl \
    libtest-pod-perl libtest-spelling-perl

RUN mkdir /build
WORKDIR /build