woshikid/wsl

By woshikid

Updated 12 days ago

WSL

Image
Operating Systems

71

FROM woshikid/ubuntu
RUN --mount=type=cache,id=ubuntu_apt-update,target=/var/lib/apt/lists --mount=type=cache,id=ubuntu_apt-install,target=/var/cache/apt apt-get update && apt-get install -y build-essential
RUN --mount=type=cache,id=ubuntu_apt-update,target=/var/lib/apt/lists --mount=type=cache,id=ubuntu_apt-install,target=/var/cache/apt apt-get install -y openjdk-21-jdk-headless maven
RUN --mount=type=cache,id=ubuntu_apt-update,target=/var/lib/apt/lists --mount=type=cache,id=ubuntu_apt-install,target=/var/cache/apt apt-get install -y man-db manpages-posix sudo tree file wget jq git git-lfs iperf iperf3 nload dos2unix ncat
RUN git lfs install && git config --system alias.history 'log --pretty=format:"%C(auto) %h %cd %d %s" --graph --date=short'

Docker Pull Command

docker pull woshikid/wsl