1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #35394 from chris-crone/e2e-add-headers

Add missing headers for e2e test image build
This commit is contained in:
Sebastiaan van Stijn 2017-11-05 09:50:54 +01:00 committed by GitHub
commit ee21669f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \