mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Server: No longer install vim into the image since its not needed to run things (#5337)
This commit is contained in:
parent
53bad3a768
commit
5d88a303dd
@ -2,9 +2,6 @@
|
||||
|
||||
FROM node:16
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get --yes install vim
|
||||
|
||||
RUN echo "Node: $(node --version)"
|
||||
RUN echo "Npm: $(npm --version)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user