FROM ubuntu:18.04

RUN apt-get update
RUN apt-get install -y \
    libfcgi-dev spawn-fcgi g++ libarchive-dev make git

RUN mkdir -p /src/
