e2e: Add missing headers for build
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
a9182202f7
commit
37553a6963
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM golang:1.8.5-alpine3.6 as builder
|
||||||
|
|
||||||
RUN apk add --update \
|
RUN apk add --update \
|
||||||
bash \
|
bash \
|
||||||
|
btrfs-progs-dev \
|
||||||
build-base \
|
build-base \
|
||||||
curl \
|
curl \
|
||||||
lvm2-dev \
|
lvm2-dev \
|
||||||
|
|
Loading…
Reference in a new issue