- Fix docker_nottags.yaml name from "Docker (tags)" to "Docker (non-tag pushes)" - Remove duplicate @push.rocks/tapbundle entry in fossglobal preinstalled Dockerfile
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
FROM host.today/ht-docker-node:npmci
|
|
RUN npm install -g \
|
|
@git.zone/tsrun \
|
|
@git.zone/tstest \
|
|
@push.rocks/qenv \
|
|
@push.rocks/smartfile \
|
|
@push.rocks/smartpath \
|
|
@push.rocks/smartshell \
|
|
@push.rocks/tapbundle \
|
|
axios \
|
|
@push.rocks/smartdelay \
|
|
@push.rocks/smartjson
|