mirror of
https://github.com/valitydev/image-riak-base.git
synced 2024-11-06 10:15:24 +00:00
Fix logger path
This commit is contained in:
parent
1ccaef3c22
commit
1ea3e0cd91
@ -16,7 +16,7 @@ ENV ROOT=/tmp/portage-root
|
||||
ENV USE=""
|
||||
RUN emerge --quiet-build=n --verbose glibc coreutils sed grep gawk attr net-misc/curl openssl iproute2 bash
|
||||
# Install logger stub to avoid install util-linux
|
||||
COPY files/logger /usr/bin/logger
|
||||
COPY files/logger /tmp/portage-root/usr/bin/logger
|
||||
|
||||
# TODO: more cleanup
|
||||
RUN rm -rf $ROOT/var/cache/edb/*
|
||||
|
Loading…
Reference in New Issue
Block a user