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 \
|
||||
bash \
|
||||
btrfs-progs-dev \
|
||||
build-base \
|
||||
curl \
|
||||
lvm2-dev \
|
||||
|
|
Loading…
Reference in a new issue