Updated docker file
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
FROM node:20.9.0-alpine3.18
|
FROM node:20.9.0-alpine3.18
|
||||||
|
|
||||||
RUN apk add git fish openssh gnupg
|
RUN apk add git fish openssh gnupg fish
|
||||||
RUN yarn global add typescript ts-node nodemon
|
RUN yarn global add typescript ts-node nodemon
|
||||||
|
|
||||||
|
RUN sed -i 's/bin\/ash/usr\/bin\/fish/g' /etc/passwd
|
||||||
|
|
||||||
RUN mkdir -p /root/.ssh
|
RUN mkdir -p /root/.ssh
|
||||||
Reference in New Issue
Block a user