Skip to content

Commit

Permalink
last fixes
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 1ce6304 commit 480d960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch-ansible-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN pacman -S -y \
glibc \
python \
ansible \
&& yes | pacman -Scc || true
&& pacman -Scc --noconfirm || true

# Install Ansible inventory file.
RUN mkdir /etc/ansible \
Expand Down
1 change: 1 addition & 0 deletions openwrt-ansible-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LABEL maintainer="Sebastian Gumprich"

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 480d960

Please sign in to comment.