From 9248bd5cace94c04fcb70ce6dbe3d358b79f68e9 Mon Sep 17 00:00:00 2001 From: Cory Wright Date: Mon, 20 Nov 2017 11:31:29 -0500 Subject: [PATCH] Change dependency from oracle-java8-installer to openjdk-8-jre-headless --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1ece03a..be4b2ea 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Section: java Priority: optional Architecture: all Homepage: https://github.com/ilanddev/wildfly-debian -Depends: oracle-java8-installer | java8-runtime, ${misc:Depends} +Depends: openjdk-8-jre-headless | java8-runtime, adduser, ${misc:Depends} Description: Wildfly Application Server WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications.