Skip to content

Commit 32f291c

Browse files
committed
Ensure pre 6.3 dockerfile remains the same as before
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent b686930 commit 32f291c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/docker/linux_headers_image/Dockerfile.bionic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ WORKDIR /px/src/linux-${KERN_VERSION}
5454
RUN cp /configs/${ARCH} .config
5555
RUN make ARCH=${ARCH} olddefconfig
5656
RUN make ARCH=${ARCH} clean
57-
RUN make ARCH=${ARCH} -j $(nproc) bindeb-pkg LOCALVERSION=-pl
57+
RUN make ARCH=${ARCH} -j $(nproc) deb-pkg LOCALVERSION=-pl
5858

5959
# Extract headers into a tarball
6060
WORKDIR /px

0 commit comments

Comments
 (0)