1FROM ubuntu:${UBUNTU_VERSION} as base 2 3ENV DEBIAN_FRONTEND=noninteractive 4 5RUN apt-get update && apt-get install -y curl 6