Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Dec 20, 2018
1 parent 31ae3ad commit 1899cb3
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
@@ -1,7 +1,7 @@
FROM ubuntu:bionic

RUN apt-get -qq update
RUN apt-get -qq install -y --no-install-recommends openjdk-11-jre
RUN apt-get -qq install -y openjdk-11-jre

RUN apt-get install --reinstall -y locales
RUN sed -i 's/# en_GB.UTF-8 UTF-8/en_GB.UTF-8 UTF-8/' /etc/locale.gen
Expand Down

0 comments on commit 1899cb3

Please sign in to comment.