diff --git a/Dockerfile b/Dockerfile index ab54662c..50960e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,7 @@ ARG GID=991 RUN apk add --no-cache \ 'gcompat>=0' \ + 'tzdata>=2024' \ 'libxml2>=2' \ 'libxslt>=1' \ && addgroup --gid "$GID" "$USER" \ diff --git a/Rakefile b/Rakefile index 9b658fba..4b86d6bd 100644 --- a/Rakefile +++ b/Rakefile @@ -52,7 +52,7 @@ task :test do sh 'docker ps -a --filter name=html2rss-web-test' Output.describe 'Generating feed from a html2rss-configs config' - sh 'curl -f http://127.0.0.1:3000/github.com/releases.rss\?username=html2rss\&repository=html2rss || exit 1' + sh 'curl -f http://127.0.0.1:3000/dfs.de/pressemitteilungen.rss || exit 1' Output.describe 'Generating example feed from feeds.yml' sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'