summaryrefslogtreecommitdiffstats
path: root/.travis/images/Dockerfile.alpine
blob: 15f527165fe1b44f061ff3987b24f3bfeb4cca74 (plain)
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