FROM docker.io/library/ubuntu:latest
ENV FORCE_UNSAFE_CONFIGURE 1
RUN apt update && \
    apt install -y build-essential rsync gawk zip wget python3 python3-distutils file \
                   libncurses-dev vim ripgrep git swig python3-setuptools

