dockerimg: add commonly requested packages to Dockerfile.base and enable :latest tagging
Add commonly requested packages to the Sketch Docker base image based on user installation
patterns, and update pushdockerimg.go to also tag images with :latest for easier access.
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: sd9eedb6795403819k
diff --git a/dockerimg/Dockerfile.base b/dockerimg/Dockerfile.base
index 3d1b56a..524a66c 100644
--- a/dockerimg/Dockerfile.base
+++ b/dockerimg/Dockerfile.base
@@ -25,6 +25,9 @@
ca-certificates wget \
git jq sqlite3 npm nodejs gh ripgrep fzf python3 curl vim lsof iproute2 less \
docker.io docker-compose-v2 docker-buildx \
+ make python3-pip python-is-python3 tree net-tools file build-essential \
+ pipx cargo psmisc bsdmainutils openssh-client sudo \
+ unzip yarn util-linux \
libglib2.0-0 libnss3 libx11-6 libxcomposite1 libxdamage1 \
libxext6 libxi6 libxrandr2 libgbm1 libgtk-3-0 \
fonts-noto-color-emoji fonts-symbola && \