featur: docker: io: add gh

This commit is contained in:
coderiaser 2026-06-03 23:39:27 +03:00
parent 21e1dcf0e5
commit 9d06279ba8

View file

@ -11,19 +11,19 @@ COPY package.json /usr/local/share/cloudcmd/
ENV DEBIAN_FRONTEND=noninteractive \
NVM_DIR=/usr/local/share/nvm \
PREFIX=/usr/local \
npm_config_cache=/tmp/npm-cache \
GOPATH=/usr/local/share/go \
PATH=/usr/local/share/bun/bin:$PATH \
BUN_INSTALL=/usr/local/share/bun \
NPM_CONFIG_CACHE=/tmp/.npm \
NPM_CONFIG_PREFIX=/usr/local \
PALABRA_DIR=/usr/local/share \
XDG_CONFIG_HOME=/usr/local/etc
ARG UBUNTU_DEPS="libatomic1 curl wget git net-tools iproute2 software-properties-common"
ARG RUST_DEPS="build-essential"
ARG DEPS="pv gcc gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc far2l iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl tmux"
ARG PALABRA_DEPS="nvm node rust go deno fasm nvchad rizin yara gdu f4 typos shellcheck"
ARG PALABRA_DEPS="nvm node rust go deno fasm nvchad rizin yara gdu f4 typos shellcheck gh"
ARG BUN_DEPS="palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork cline"
RUN apt-get update && \