From 4cdcd48f8762187c1c66f7b10975b6e9d78e80ea Mon Sep 17 00:00:00 2001 From: starlord Date: Wed, 24 May 2017 00:07:07 +0200 Subject: [PATCH] Fixed dockerfile to work with yocto --- yocto/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yocto/Dockerfile b/yocto/Dockerfile index 6c2c5f2..ecf9d5a 100644 --- a/yocto/Dockerfile +++ b/yocto/Dockerfile @@ -4,7 +4,6 @@ RUN apt-get update -yqq \ && apt-get install -yqq gawk wget git-core diffstat unzip texinfo \ gcc-multilib build-essential chrpath socat \ libsdl1.2-dev xterm python3 locales \ - sudo \ + sudo cpio \ && locale-gen en_US.UTF-8 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' -