1 2 3 4 5
FROM alpine:latest RUN apk add bash gcc make autoconf automake pkgconfig zlib-dev libuuid git libmnl-dev util-linux-dev build-base COPY . /code