Updated docker file

This commit is contained in:
2024-01-16 23:31:31 +01:00
parent 5661bc66bb
commit c50c3759c8

View File

@@ -1,6 +1,8 @@
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 sed -i 's/bin\/ash/usr\/bin\/fish/g' /etc/passwd
RUN mkdir -p /root/.ssh