Skip to content

Commit

Permalink
Merge pull request #143 from stickz/patch-4
Browse files Browse the repository at this point in the history
S6: Pin to alpine 3.20
  • Loading branch information
Rathorian authored Dec 9, 2024
2 parents 4bebef4 + b507a1d commit afc337f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ COPY --from=builder /dist /
RUN echo "@314 http://dl-cdn.alpinelinux.org/alpine/v3.14/main" >> /etc/apk/repositories \
&& apk --update --no-cache add unrar@314

RUN echo "@320 http://dl-cdn.alpinelinux.org/alpine/v3.20/main" >> /etc/apk/repositories \
&& apk --update --no-cache add s6@320

RUN apk --update --no-cache add \
7zip \
bash \
Expand Down Expand Up @@ -116,7 +119,6 @@ RUN apk --update --no-cache add \
php82-xml \
php82-zip \
rtorrent \
s6 \
sox \
su-exec \
unzip \
Expand Down

0 comments on commit afc337f

Please sign in to comment.