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 ENV ARCH=x86_64
@ -29,6 +29,7 @@ RUN \
rc-update add dmesg sysinit && \ rc-update add dmesg sysinit && \
rc-update add devfs sysinit && \ rc-update add devfs sysinit && \
rc-update add hwdrivers sysinit && \ rc-update add hwdrivers sysinit && \
rc-update add rngd && \
rc-update add sysfs && \ rc-update add sysfs && \
rc-update add sysfsconf && \ rc-update add sysfsconf && \
rc-update add fsck && \ rc-update add fsck && \

View File

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

View File

@ -1 +1,2 @@
http://dl-cdn.alpinelinux.org/alpine/v3.4/main 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=""