File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,5 +100,5 @@ deb_docker: /opt/qemu/bin
100
100
if ! ls /proc/sys/fs/binfmt_misc | grep -q qemu ; then sudo ./scripts/qemu/qemu-binfmt-conf.sh --qemu-path /opt/qemu/bin --persistent yes; fi
101
101
cp -a Makefile docker/src/
102
102
TAG=" wfb-ng:build-` date +%s` " ; docker build --platform linux/$(DOCKER_ARCH ) -t $$ TAG --build-arg SRC_IMAGE=$(DOCKER_SRC_IMAGE ) --build-arg QEMU_CPU=$(QEMU_CPU ) docker && \
103
- docker run --privileged --platform linux/$(DOCKER_ARCH ) -i --rm -v $(PWD ) :/build $$ TAG bash -c " trap 'chown -R --reference=. .' EXIT; export VERSION=$( VERSION) COMMIT=$( COMMIT) SOURCE_DATE_EPOCH=$( SOURCE_DATE_EPOCH) && sysctl net.unix.max_dgram_qlen=512 && cd /build && make clean && make test && make deb"
103
+ docker run --privileged --platform linux/$(DOCKER_ARCH ) -i --rm -v $(PWD ) :/build $$ TAG bash -c " trap 'chown -R --reference=. .' EXIT; export VERSION=$( VERSION) COMMIT=$( COMMIT) SOURCE_DATE_EPOCH=$( SOURCE_DATE_EPOCH) && /sbin/ sysctl net.unix.max_dgram_qlen=512 && cd /build && make clean && make test && make deb"
104
104
docker image ls -q " wfb-ng:build-*" | uniq | tail -n+6 | while read i ; do docker rmi -f $$ i; done
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get update && \
12
12
python3-twisted python3-pyroute2 \
13
13
python3-all python3-all-dev \
14
14
python3-serial dh-python python3-setuptools python3-msgpack \
15
- libgstrtspserver-1.0-dev
15
+ libgstrtspserver-1.0-dev procps
16
16
17
17
COPY src/Makefile /tmp
18
18
ENV ENV=/opt/env
You can’t perform that action at this time.
0 commit comments