Skip to content

Commit c6695b9

Browse files
committed
fix(fil-snapshots-archive): add aria2 and docker as dependencies in Dockerfiles and requirements.txt
Signed-off-by: Alexander Dobrodey <[email protected]>
1 parent 4f6b662 commit c6695b9

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

images/fil-snapshots-archive/Dockerfile-light

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
55
# Install binary dependencies
66
RUN apt-get update \
77
&& apt-get install --no-install-recommends -y \
8+
aria2 \
89
bc \
910
curl \
1011
jq \

images/fil-snapshots-archive/Dockerfile-make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
7474
# Install binary dependencies
7575
RUN apt-get update \
7676
&& apt-get install --no-install-recommends -y \
77+
aria2 \
7778
bc \
7879
curl \
7980
jq \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
boto3
2+
docker
23
pika
34
prometheus-client
45
slack_sdk

0 commit comments

Comments
 (0)