Skip to content

Commit 0797f37

Browse files
committedFeb 10, 2025
feat(Dockerfile): Install the rng-tools5 package
This adds a bridge to hardware TRNGs to increase bandwith and entropy of the `/dev/random` device. This is a better solution than [1], which will get reverted in a following change. [1]: #9856 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 48b9cfc commit 0797f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
6060
openssh-client \
6161
openssl \
6262
procps \
63+
rng-tools5 \
6364
rsync \
6465
sudo \
6566
tzdata \

0 commit comments

Comments
 (0)
Please sign in to comment.