Skip to content

Commit 491ea3d

Browse files
committed
ignore openwrt problem
Signed-off-by: Martin Schurz <[email protected]>
1 parent 480d960 commit 491ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwrt-ansible-latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM openwrt/rootfs:latest
22
LABEL maintainer="Sebastian Gumprich"
33

4+
# hadolint ignore=DL4006
45
RUN mkdir -p /var/lock && \
56
opkg update && \
6-
set -o pipefail && \
77
if [[ $(opkg list-upgradable) ]]; then opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade; fi && \
88
opkg install python3 python3-pip python3-cryptography \
99
sudo bash sed shadow-su shadow-groupadd shadow-useradd shadow-usermod

0 commit comments

Comments
 (0)