1
0
Fork 0

Force overwrite as temporary solution

master
Ambrose Chua 2017-10-19 10:43:09 +08:00
parent 12a25b290b
commit 4c24f140ce
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RUN apt-get update \
&& apt-add-repository ppa:openjdk-r/ppa \
&& apt-get update \
&& apt-get install -y openjdk-9-jdk \
-o Dpkg::Options::="--force-overwrite" \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*