We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510aa7d commit dadd027Copy full SHA for dadd027
1 file changed
tools/docker/linux_headers_image/Dockerfile.bionic
@@ -54,7 +54,7 @@ WORKDIR /px/src/linux-${KERN_VERSION}
54
RUN cp /configs/${ARCH} .config
55
RUN make ARCH=${ARCH} olddefconfig
56
RUN make ARCH=${ARCH} clean
57
-RUN make ARCH=${ARCH} -j $(nproc) bindeb-pkg LOCALVERSION=-pl
+RUN make ARCH=${ARCH} -j $(nproc) deb-pkg LOCALVERSION=-pl
58
59
# Extract headers into a tarball
60
WORKDIR /px
0 commit comments