We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff7377 commit ba1014bCopy full SHA for ba1014b
1 file changed
Containerfile
@@ -23,7 +23,9 @@ LABEL org.opencontainers.image.title="Sonarr" \
23
24
# Install Sonarr from FreeBSD packages
25
RUN pkg update && \
26
- pkg install -y ${PACKAGES}
+ pkg install -y ${PACKAGES} && \
27
+ pkg clean -ay && \
28
+ rm -rf /var/cache/pkg/* /var/db/pkg/repos/*
29
30
# Download and install Sonarr (fetch latest v4-stable FreeBSD URL from API)
31
RUN mkdir -p /usr/local/share/sonarr && \
0 commit comments