From 5880327521ee05a7d43c810e0f3b8f78c242be5b Mon Sep 17 00:00:00 2001 From: David Read Date: Fri, 19 Jul 2019 13:54:44 +0100 Subject: [PATCH] Fix circleci error: E: Unable to locate package openjdk-8-jdk --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 552c2f47131..45f2521bca7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: test: docker: - - image: python:2 + - image: python:2-stretch: environment: CKAN_DATASTORE_POSTGRES_DB: datastore_test CKAN_DATASTORE_POSTGRES_READ_USER: datastore_read @@ -38,6 +38,7 @@ jobs: npm install mocha-phantomjs@3.5.0 phantomjs@~1.9.1 ;; esac + apt install -y postgresql-client solr-jetty openjdk-8-jdk # Python Dependencies