add nodejs to images
This commit is contained in:
parent
367d8bf588
commit
380d18c806
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add --no-cache curl jq bash git coreutils zip openssh zsh && \
|
apk add --no-cache curl jq bash git coreutils zip openssh zsh nodejs npm yarn && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ubuntu
|
FROM ubuntu
|
||||||
|
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get install -y curl jq bash git zsh docker
|
apt-get install -y curl jq bash git zsh docker nodejs npm yarn
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue