Add curl to x-checker action

This commit is contained in:
bbhtt 2025-04-22 23:22:19 +05:30
parent 6fc8b2c1bd
commit dc98d530ee
No known key found for this signature in database
GPG key ID: 0C3251A24745E484

View file

@ -1,7 +1,7 @@
FROM ghcr.io/flathub/flatpak-external-data-checker:latest
RUN apt-get update && \
apt-get install -y gh jq parallel && \
apt-get install -y gh jq parallel curl && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD gh-ls-org /usr/local/bin/gh-ls-org