You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|