diff --git a/Dockerfile b/Dockerfile index 8eb91f1fdf0c604a09aff14c320b0a0a7e5f35c8..ed7f70a3cefb0fe7c71470e24af4e114228e9ebd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \ echo "StrictHostKeyChecking no" >> /root/.ssh/config && \ \ apk update && \ - apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano && \ + apk add --no-cache openssh wget make patch bash fish zsh python3 git git-lfs unzip acl libpng-dev libzip-dev sudo jq nano rsync && \ if [ "${ALPINE_VERSION}" = "3.12" ]; then \ apk add --no-cache mandoc ; \ elif [ "${ALPINE_VERSION}" = "3.15" ]; then \ diff --git a/bin/docker-ansible b/bin/docker-ansible index d9f27ecd7ccb00b0d2f2cf3269021b2f838f5fe9..07820911a5667dff3083569116c176f87192efa3 100755 --- a/bin/docker-ansible +++ b/bin/docker-ansible @@ -3,7 +3,7 @@ SCRIPT=$1 shift -docker run \ +docker run --pull always \ $(php /usr/local/bin/volume.php --all) \ registry.lakedrops.com/ansible-inventories/localhost \ /usr/local/bin/$SCRIPT "$@" --limit=localhost