diff --git a/module/Dockerfile.template b/module/Dockerfile.template index 2804f20..f3d6ca4 100644 --- a/module/Dockerfile.template +++ b/module/Dockerfile.template @@ -11,7 +11,8 @@ RUN apk add --no-cache \ openssl-dev \ bc \ wget \ - bash + bash \ + linux-headers WORKDIR /usr/src/app