Add linux-headers to docker images for alpine linux

pull/21482/head
Esun Kim 5 years ago
parent e522302e33
commit c507f3b716
  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