Bug#1005906: Strace / Docker build output

2022-02-18 Thread Aurelien Jarno
reassign -1 docker.io retitle -1 docker.io: docker seccomp filter does not allow faccessat2 affect -1 src:glibc Hi, On 2022-02-18 11:58, David Eccles (gringer) wrote: > rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) > = 0 > rt_sigaction(SIGINT, {sa_handler=0x562a34911

Bug#1005906: Strace / Docker build output

2022-02-17 Thread David Eccles (gringer)
--- Dockerfile --- FROM rocker/r-base:4.1.2 RUN echo "cachebust" COPY ./test_executable.sh /usr/local/bin RUN test_executable.sh RUN apt-get update && apt-get install -y strace nano RUN test_executable.sh --- Dockerfile --- --- test_executable.sh --- #!/bin/sh if test -x /usr/bin/head; then