Skip to content

Commit

Permalink
fix: add coreutils to most container images
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Aug 30, 2024
1 parent 55fa0cd commit 9e9b8b2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/bazarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
ffmpeg \
jo \
Expand Down
1 change: 1 addition & 0 deletions apps/home-assistant/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN \
bluez-libs \
ca-certificates \
catatonit \
coreutils \
cups-libs \
curl \
eudev-libs \
Expand Down
2 changes: 2 additions & 0 deletions apps/jbops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ RUN apk add --no-cache \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
jo \
jq \
nano \
tzdata \
Expand Down
1 change: 1 addition & 0 deletions apps/lidarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN \
ca-certificates \
catatonit \
chromaprint \
coreutils \
curl \
ffmpeg \
icu-libs \
Expand Down
1 change: 1 addition & 0 deletions apps/plex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
jo \
jq \
Expand Down
1 change: 1 addition & 0 deletions apps/prowlarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
icu-libs \
jo \
Expand Down
1 change: 1 addition & 0 deletions apps/qbittorrent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
geoip \
jo \
Expand Down
1 change: 1 addition & 0 deletions apps/radarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
icu-libs \
jo \
Expand Down
1 change: 1 addition & 0 deletions apps/readarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
icu-libs \
jo \
Expand Down
1 change: 1 addition & 0 deletions apps/sabnzbd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
jo \
jq \
Expand Down
1 change: 1 addition & 0 deletions apps/sonarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN \
bash \
ca-certificates \
catatonit \
coreutils \
curl \
icu-libs \
jo \
Expand Down

0 comments on commit 9e9b8b2

Please sign in to comment.