Skip to content

Commit

Permalink
parallel add
Browse files Browse the repository at this point in the history
  • Loading branch information
minzkn committed Jan 9, 2024
1 parent 40ddf0a commit aa6814c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ RUN apt-get install -y \
dnsutils \
inetutils-ping \
cron \
logrotate
logrotate \
parallel

RUN apt-get autoclean -y \
&& apt-get clean -y \
Expand Down
1 change: 1 addition & 0 deletions 22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ RUN apt-get update --list-cleanup \
mediainfo \
exfatprogs \
expect expect-dev \
parallel \
android-sdk-libsparse-utils \
xfce4 \
xfce4-terminal \
Expand Down
1 change: 1 addition & 0 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ RUN apt-get update --list-cleanup \
mediainfo \
exfatprogs \
expect expect-dev \
parallel \
android-sdk-libsparse-utils \
xfce4 \
xfce4-terminal \
Expand Down

0 comments on commit aa6814c

Please sign in to comment.