mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-27 09:37:27 +01:00
added nano
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM node:alpine
|
||||
|
||||
RUN apk add --update bash su-exec p7zip openssl && rm -rf /var/cache/apk/*
|
||||
RUN apk add --update bash su-exec p7zip openssl nano && rm -rf /var/cache/apk/*
|
||||
RUN mkdir -p /app
|
||||
RUN mkdir /.config
|
||||
RUN chmod a+rwx /.config
|
||||
|
||||
Reference in New Issue
Block a user