Skip to content

Commit

Permalink
openjdk-8-jdk is only available on stretch not buster.
Browse files Browse the repository at this point in the history
Adding missing dependencies.

See #137
  • Loading branch information
courville committed Jun 14, 2019
1 parent 639608b commit feb53e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MAINTAINER Courville Software <software@courville.org>

ENV DEBIAN_FRONTEND noninteractive
ENV USER root
RUN echo "deb http://ftp.de.debian.org/debian stretch main" >> /etc/apt/sources.list
RUN dpkg --add-architecture i386
RUN apt update && \
apt install -y locales sudo wget unzip git curl build-essential openjdk-8-jdk python pkg-config meson nasm && \
Expand Down

0 comments on commit feb53e9

Please sign in to comment.