fix make deb-docker for all platforms but amd64
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
FROM debian:latest
|
FROM debian:latest
|
||||||
|
|
||||||
|
# binutils are for cross-compilation to work in bullseye
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
devscripts \
|
devscripts \
|
||||||
dh-exec
|
dh-exec \
|
||||||
|
binutils-aarch64-linux-gnu \
|
||||||
|
binutils-arm-linux-gnueabihf \
|
||||||
|
binutils-i686-linux-gnu
|
||||||
|
|
||||||
RUN mkdir -p /build/src && chmod -R 0777 /build
|
RUN mkdir -p /build/src && chmod -R 0777 /build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user