mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
featur: docker: io: add gh
This commit is contained in:
parent
21e1dcf0e5
commit
9d06279ba8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue