mirror of
https://github.com/hassio-addons/addon-overseerr.git
synced 2025-05-04 19:41:23 +00:00
Update build dependencies
This commit is contained in:
parent
633b19899b
commit
b0d98240b7
1 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,9 @@ ARG OVERSEERR_VERSION=1.33.2
|
||||||
ENV COMMIT_TAG=v${OVERSEERR_VERSION}
|
ENV COMMIT_TAG=v${OVERSEERR_VERSION}
|
||||||
# hadolint ignore=DL3003,DL3042
|
# hadolint ignore=DL3003,DL3042
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
nginx=1.24.0-r14 \
|
build-base=0.5-r3 \
|
||||||
|
python3=3.11.6-r1 \
|
||||||
\
|
\
|
||||||
&& curl -J -L -o /tmp/overseerr.tar.gz \
|
&& curl -J -L -o /tmp/overseerr.tar.gz \
|
||||||
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \
|
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \
|
||||||
|
@ -27,8 +28,8 @@ RUN \
|
||||||
\
|
\
|
||||||
&& echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > "/opt/committag.json" \
|
&& echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > "/opt/committag.json" \
|
||||||
\
|
\
|
||||||
|
&& apk del --no-cache --purge .build-dependencies \
|
||||||
&& rm -f -r \
|
&& rm -f -r \
|
||||||
/etc/nginx \
|
|
||||||
/opt/.next/cache \
|
/opt/.next/cache \
|
||||||
/opt/server \
|
/opt/server \
|
||||||
/opt/src \
|
/opt/src \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue