Explorar el Código

[Jenkins] Make sure the right kernel version is installed

Don Porter hace 6 años
padre
commit
e4793d6886
Se han modificado 1 ficheros con 1 adiciones y 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 \