Files
spring-cloud-bindings/scripts/Dockerfile
Anthony Dahanne d19edffe63 Remove concourse-release-scripts
* it's advised to use the image now, as in: 472361080e
2023-06-26 23:30:12 -04:00

7 lines
164 B
Docker

ARG base_image=ubuntu:bionic
FROM ${base_image}
RUN apt-get update && apt-get install --no-install-recommends -y \
git gnupg \
&& rm -rf /var/lib/apt/lists/*