Skip to content

Commit

Permalink
feat: add aria2c utility
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak4sad committed Jan 9, 2025
1 parent fadec4c commit 01acdde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ WORKDIR /
RUN git clone --recursive -b jq-1.6 --single-branch https://github.com/stedolan/jq.git
WORKDIR /jq
RUN autoreconf -fi;\
./configure --with-oniguruma=builtin;\
./configure --with-oniguruma=builtin;\
make LDFLAGS=-all-static

FROM boxboat/config-merge:0.2.1 as config-merge
Expand All @@ -66,11 +66,12 @@ RUN apk add --no-cache \
lz4 \
nano \
npm \
procps \
procps \
rsync \
tar \
wget \
zstd-dev
zstd-dev \
aria2

# Install busybox
COPY --from=build-env /busybox/busybox /busybox/busybox
Expand Down
5 changes: 3 additions & 2 deletions native.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /
RUN git clone --recursive -b jq-1.6 --single-branch https://github.com/stedolan/jq.git
WORKDIR /jq
RUN autoreconf -fi;\
./configure --with-oniguruma=builtin;\
./configure --with-oniguruma=builtin;\
make LDFLAGS=-all-static

FROM boxboat/config-merge:latest as config-merge
Expand All @@ -44,7 +44,8 @@ RUN apk add --no-cache \
rsync \
tar \
wget \
zstd-dev
zstd-dev \
aria2

# Install busybox
COPY --from=build-env /busybox/busybox /busybox/busybox
Expand Down

0 comments on commit 01acdde

Please sign in to comment.