Skip to content

Commit

Permalink
Migrate to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Bouriez committed Oct 28, 2022
1 parent bdff183 commit 3fdf318
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions radarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COPY rootfs /

# Base system
WORKDIR /usr/src
ARG BUILD_ARCH
ARG BUILD_ARCH=amd64

# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand All @@ -30,13 +30,13 @@ RUN \
set -o pipefail \
\
set -x \
&& apt-get update && apt-get install -y --no-install-recommends \
&& apk update && apk add --no-cache \
bash \
jq \
tzdata \
curl \
ca-certificates \
\
\
&& mkdir -p /etc/fix-attrs.d \
&& mkdir -p /etc/services.d \
\
Expand All @@ -54,5 +54,4 @@ RUN \
"https://github.com/home-assistant/tempio/releases/download/${TEMPIO_VERSION}/tempio_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/tempio \
\
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /usr/src/*
&& rm -rf /var/cache/apk/*

0 comments on commit 3fdf318

Please sign in to comment.