Skip to content

Commit

Permalink
add more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kost committed Jan 12, 2020
1 parent 50d316c commit d6261ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH=/opt/riscv/bin:/opt/ulx3s/bin:$PATH \
ULX3S_USER=ulx3s

RUN apt-get update && \
apt-get install git curl make software-properties-common -y && \
apt-get install git curl make software-properties-common build-essential bison flex bc wget cpio python unzip rsync -y && \
add-apt-repository -y ppa:openjdk-r/ppa && \
apt-get update && \
apt-get install openjdk-8-jdk -y && \
Expand Down

0 comments on commit d6261ff

Please sign in to comment.