Files
spring-cloud-bindings/scripts/Dockerfile
Ben Hale 4e37346e2d CI
This change contributes the CI scripts required to build and release the
project.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-07-01 14:38:15 -07:00

6 lines
151 B
Docker

FROM bellsoft/liberica-openjdk-debian:11
RUN apt-get update && apt-get install --no-install-recommends -y \
git \
&& rm -rf /var/lib/apt/lists/*