Skip to content

Commit

Permalink
Fixed dockerfile to work with yocto
Browse files Browse the repository at this point in the history
  • Loading branch information
starlord committed May 23, 2017
1 parent bc7b1ac commit 4cdcd48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yocto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 4cdcd48

Please sign in to comment.