Merge pull request #21482 from veblush/linux-headers

Add linux-headers to docker images for alpine linux
pull/21495/head
Esun Kim 5 years ago committed by GitHub
commit 8e35f4d458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile

@ -14,7 +14,7 @@
FROM alpine:3.7
RUN apk add --update build-base python python-dev py-pip
RUN apk add --update build-base linux-headers python python-dev py-pip
RUN pip install --upgrade pip

Loading…
Cancel
Save