Add curl to x-checker action
This commit is contained in:
parent
6fc8b2c1bd
commit
dc98d530ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue