FreshRSS-Extensions/Docker/Dockerfile
Alexis Degrugillier 1f4ab2d7de Add a tool to generate the extensions.json file
Instead of manually maintaining the file, there is now a tool that grab
all repositories defined in the repositories.json file and browse through
all repositories to find extensions.
To do that, I've added a container that runs only php-cli to trigger said
tool.

The next step will be to trigger that tool automatically on a regular basis
and to update the current repository when there are changes.
2022-01-09 06:56:18 -05:00

3 lines
52 B
Docker

FROM php:8.1-cli-alpine
RUN apk add --no-cache git