mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
Add curl to x-checker action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user