From 491ea3d5e5d7776bbc16d32713196f41795accbe Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Tue, 17 Oct 2023 18:34:33 +0200 Subject: [PATCH] ignore openwrt problem Signed-off-by: Martin Schurz --- openwrt-ansible-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt-ansible-latest/Dockerfile b/openwrt-ansible-latest/Dockerfile index 5b3e128..965e94d 100644 --- a/openwrt-ansible-latest/Dockerfile +++ b/openwrt-ansible-latest/Dockerfile @@ -1,9 +1,9 @@ FROM openwrt/rootfs:latest LABEL maintainer="Sebastian Gumprich" +# hadolint ignore=DL4006 RUN mkdir -p /var/lock && \ opkg update && \ - set -o pipefail && \ if [[ $(opkg list-upgradable) ]]; then opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade; fi && \ opkg install python3 python3-pip python3-cryptography \ sudo bash sed shadow-su shadow-groupadd shadow-useradd shadow-usermod