Learn more about cloning repositories
You have read-only access
FROM zabbix/zabbix-agent2:ubuntu-trunk
USER root
WORKDIR /var/lib/zabbix
RUN apt-get update && apt-get install -y curl
COPY test-keys.sh get-jq.sh .
RUN bash -c ./get-jq.sh
ENTRYPOINT ["bash", "-c", "/var/lib/zabbix/test-keys.sh"]
Everything looks good. We'll let you know here if there's anything you should know about.