Skip to content

Commit

Permalink
Update arr services dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Sep 17, 2024
1 parent 64bf286 commit eef108e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion images/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ RUN \
base-files_base \
base-files_release-info \
ca-certificates_data \
dotnet-runtime-8.0_libs \
libicu74_libs \
libsqlite3-0_libs \
libssl3t64_libs \
zlib1g_libs \
&& useradd \
--root /rootfs \
--system \
Expand Down
4 changes: 3 additions & 1 deletion images/radarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ RUN \
base-files_base \
base-files_release-info \
ca-certificates_data \
dotnet-runtime-8.0_libs \
libicu74_libs \
libsqlite3-0_libs \
libssl3t64_libs \
zlib1g_libs \
&& useradd \
--root /rootfs \
--system \
Expand Down
4 changes: 3 additions & 1 deletion images/sonarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ RUN \
base-files_base \
base-files_release-info \
ca-certificates_data \
dotnet-runtime-8.0_libs \
libicu74_libs \
libsqlite3-0_libs \
libssl3t64_libs \
zlib1g_libs \
&& useradd \
--root /rootfs \
--system \
Expand Down

0 comments on commit eef108e

Please sign in to comment.