mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 02:05:19 +00:00
Add elfutils to image
This commit is contained in:
parent
9f8dc8943b
commit
bfe03ca75b
@ -13,7 +13,8 @@ RUN export ROOT=/tmp/portage-root \
|
||||
&& mkdir -p /tmp/portage-root/etc/ \
|
||||
&& echo 'Europe/Moscow' > /tmp/portage-root/etc/timezone \
|
||||
&& emerge --getbinpkgonly glibc coreutils sys-libs/timezone-data \
|
||||
&& emerge sys-libs/zlib openssl sys-apps/sed sys-apps/grep sys-apps/gawk net-misc/curl iproute2 bash
|
||||
&& emerge sys-libs/zlib openssl sys-apps/sed sys-apps/grep sys-apps/gawk net-misc/curl iproute2 bash \
|
||||
dev-libs/elfutils
|
||||
# Install logger stub to avoid installing util-linux
|
||||
COPY files/logger /tmp/portage-root/usr/bin/logger
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user