1 2 3 4 5 6
FROM ubuntu:18.04 RUN apt-get update && \ apt-get install -y gcc make autoconf automake pkg-config zlib1g-dev uuid-dev git COPY . /code