X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=Dockerfile;h=a5c912e5f39d58f7bef920680b70fd799c3ef3f1;hb=5989fe37020bd1951fd56a1e11c15c889dfae1a2;hp=419f8dbc5e5abfaf85549f697277f26a9f7f3955;hpb=878dee46ddb0b46680ce2f6fde672fc5d6842580;p=osm%2FIM.git diff --git a/Dockerfile b/Dockerfile index 419f8db..a5c912e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -FROM ubuntu:16.04 +FROM ubuntu:18.04 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get -y install git make wget python \ @@ -22,6 +22,7 @@ RUN apt-get update && \ debhelper tox python-setuptools \ python3-setuptools build-essential dh-make \ openjdk-8-jdk maven && \ + update-java-alternatives --set /usr/lib/jvm/java-1.8.0-openjdk-amd64 && \ DEBIAN_FRONTEND=noninteractive pip3 install pip==9.0.3 && \ DEBIAN_FRONTEND=noninteractive pip3 install -U pyang pyangbind && \ DEBIAN_FRONTEND=noninteractive pip3 install -U stdeb && \