Merge pull request #522 from justincormack/rngd

Add rngd
This commit is contained in:
Justin Cormack 2016-09-16 16:03:48 +01:00 committed by GitHub
commit 61bf385e3e
4 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM mobylinux/alpine-base:1b684f4d3178e95649fbc3ecbca28834048fd3eb
FROM mobylinux/alpine-base:e9f02e5109222e03566777f7041aee192a976a56
ENV ARCH=x86_64
@ -29,6 +29,7 @@ RUN \
rc-update add dmesg sysinit && \
rc-update add devfs sysinit && \
rc-update add hwdrivers sysinit && \
rc-update add rngd && \
rc-update add sysfs && \
rc-update add sysfsconf && \
rc-update add fsck && \

View File

@ -4,7 +4,7 @@ COPY repositories /etc/apk/
RUN \
apk update && apk upgrade && \
apk add \
apk add --no-cache \
alpine-conf \
bind-tools \
busybox-initscripts \
@ -22,10 +22,11 @@ RUN \
openrc \
openssh-client \
openssl \
rng-tools@edgecommunity \
sfdisk \
strace \
sysklogd \
syslinux \
tar \
xz \
&& rm -rf /var/cache/apk/*
&& true

View File

@ -1 +1,2 @@
http://dl-cdn.alpinelinux.org/alpine/v3.4/main
@edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community

1
alpine/etc/conf.d/rngd Normal file
View File

@ -0,0 +1 @@
RNGD_OPTS=""