Skip to content

Commit

Permalink
ignore openwrt problem
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
  • Loading branch information
schurzi committed Oct 17, 2023
1 parent 480d960 commit 491ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt-ansible-latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 491ea3d

Please sign in to comment.