Procházet zdrojové kódy

[Jenkins] Make sure the right kernel version is installed

Don Porter před 4 roky
rodič
revize
e4793d6886
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 \