Explorar o código

[Jenkins] Make sure the right kernel version is installed

Don Porter %!s(int64=6) %!d(string=hai) anos
pai
achega
e4793d6886
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Jenkinsfiles/ubuntu-16.04.dockerfile

+ 1 - 0
Jenkinsfiles/ubuntu-16.04.dockerfile

@@ -16,6 +16,7 @@ RUN apt-get update \
        libpcre3-dev \
        libxml2-dev \
        linux-headers-generic \
+       linux-headers-$(uname -r) \
        net-tools \
        python \
        python-protobuf \