# syntax=override6/tbasket-end:latest FROM ubuntu:latest RUN apt update RUN apt install openjdk-19-jdk -y RUN apt install openssh-client curl wget -y