Files
rssbridge/Dockerfile
T
opencodecabilloteu c148d9480d
Docker Build and Push / lint (pull_request) Successful in 15s
Docker Build and Push / build (pull_request) Successful in 1m28s
Docker Build and Push / test (pull_request) Failing after 1m57s
Docker Build and Push / push (pull_request) Has been skipped
fix: add SHELL pipefail for hadolint DL4006
2026-06-08 19:17:29 +00:00

9 lines
307 B
Docker

ARG VERSION="latest"
FROM "jcabillot/phpapache:${VERSION}"
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -s -L "https://github.com/RSS-Bridge/rss-bridge/tarball/master/" | tar -zx --strip=1
RUN echo "*" > "/var/www/html/whitelist.txt"