Skip to content

Commit

Permalink
Add install of headless default JRE in Dockerfile (#170)
Browse files Browse the repository at this point in the history
* Add install of default JRE in Dockerfile

* Add install of headless default JRE in Dockerfile
  • Loading branch information
Lfulcrum authored Oct 28, 2020
1 parent 06d8092 commit 64f9323
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 @@ -11,7 +11,7 @@ RUN apt-get update && \
apt-get install --yes git wget unzip bzip2 xz-utils make g++ zlib1g-dev libncurses5-dev libbz2-dev \
liblzma-dev libcurl4-openssl-dev libpng-dev libssl-dev libboost-all-dev \
libstatistics-descriptive-perl libxml-parser-perl libdbi-perl \
python python3 python3-pip
python python3 python3-pip default-jre-headless

RUN apt-get install -y locales && \
sed -i -e 's/# \(en_GB\.UTF-8 .*\)/\1/' /etc/locale.gen && \
Expand Down

0 comments on commit 64f9323

Please sign in to comment.