The underlying containers for ci-workshop have
updated to debian 10, which no longer includes
java 8. Bumped the version to 11. Also, added
python-wheel to the jenkins agent container as
Docker builds were failing without it.
Signed-off-by: DW Talton <dtalton@contractor.linuxfoundation.org>
Change-Id: Ia6607a1f89a39f9fd42dc12b41bd19407adb7da6
ENV ANSIBLE_STDOUT_CALLBACK=yaml
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -yq \
- openjdk-8-jdk \
+ openjdk-11-jdk \
python3-apt \
&& apt-get clean
RUN pip install --no-cache-dir ansible docker-py
libffi-dev \
libssl-dev \
python \
+ python-wheel \
python-pip \
python-tox \
python-dev \