Files
Anthony Dahanne a77d20e105 Adapt to CI
* now using springio/concourse-release-scripts
2023-08-15 15:57:17 -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/*