Skip to content

Commit

Permalink
Requeriments to compile the kernel #1
Browse files Browse the repository at this point in the history
  • Loading branch information
borodiliz committed Apr 2, 2020
1 parent 3a904f0 commit 0ffa723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y pyth
RUN pip install cstruct && cd /tmp/ && git clone https://github.com/sviehb/jefferson && (cd jefferson && sudo python setup.py install)
################ End jefferson ################

################ Section kernel. Issue #1 ################
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y bc cpio
RUN dpkg --add-architecture amd64 && apt update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y libc6:amd64
################ End kernel ################

ENV TERM xterm
ENV ON_ENTRY_SCRIPT=$ON_ENTRY_SCRIPT

Expand Down

0 comments on commit 0ffa723

Please sign in to comment.