Make builds pass

This commit is contained in:
David E. Myers 2021-03-15 09:33:24 -04:00
parent 70f9f91112
commit c4e10a4082
No known key found for this signature in database
GPG key ID: D871FCA54815086C
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
run: |
/snap/bin/shellcheck algo install.sh
ansible-playbook main.yml --syntax-check
ansible-lint -x 106,207,208 -v *.yml roles/{local,cloud-*}/*/*.yml
ansible-lint -x experimental,package-latest,unnamed-task -v *.yml roles/{local,cloud-*}/*/*.yml
scripted-deploy:
runs-on: ubuntu-16.04

View file

@ -1,7 +1,7 @@
FROM python:3-alpine
ARG VERSION="git"
ARG PACKAGES="bash libffi openssh-client openssl rsync tini gcc libffi-dev linux-headers make musl-dev openssl-dev"
ARG PACKAGES="bash libffi openssh-client openssl rsync tini gcc libffi-dev linux-headers make musl-dev openssl-dev rust cargo"
LABEL name="algo" \
version="${VERSION}" \