FROM ubuntu:22.04
RUN apt-get update \
    && apt-get install -y \
         python3 sudo bash ca-certificates iproute2 python3-apt aptitude \
    && apt-get clean
