Skip to content

Commit

Permalink
Update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 21, 2024
1 parent 633b198 commit b0d9824
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions overseerr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ ARG OVERSEERR_VERSION=1.33.2
ENV COMMIT_TAG=v${OVERSEERR_VERSION}
# hadolint ignore=DL3003,DL3042
RUN \
apk add --no-cache \
nginx=1.24.0-r14 \
apk add --no-cache --virtual .build-dependencies \
build-base=0.5-r3 \
python3=3.11.6-r1 \
\
&& curl -J -L -o /tmp/overseerr.tar.gz \
"https://github.com/sct/overseerr/archive/v${OVERSEERR_VERSION}.tar.gz" \
Expand All @@ -27,8 +28,8 @@ RUN \
\
&& echo "{\"commitTag\": \"${COMMIT_TAG}\"}" > "/opt/committag.json" \
\
&& apk del --no-cache --purge .build-dependencies \
&& rm -f -r \
/etc/nginx \
/opt/.next/cache \
/opt/server \
/opt/src \
Expand Down

0 comments on commit b0d9824

Please # to comment.