Skip to content

Commit

Permalink
fix: tzdata package not installed but required for tz conversion (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais authored Aug 9, 2024
1 parent 729f31f commit 55814d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ARG GID=991

RUN apk add --no-cache \
'gcompat>=0' \
'tzdata>=2024' \
'libxml2>=2' \
'libxslt>=1' \
&& addgroup --gid "$GID" "$USER" \
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 55814d2

Please sign in to comment.