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 c8b7c9c commit 5df62da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
@@ -1,8 +1,6 @@
FROM ubuntu:bionic

RUN apt-get -qq update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get -qq update
RUN apt-get -qq install -y --no-install-recommends openjdk-11-jre

RUN apt-get install --reinstall -y locales
Expand Down

0 comments on commit 5df62da

Please sign in to comment.