FROM --platform=linux/amd64 ubuntu:latest

RUN apt-get update
RUN apt-get install -y curl git
