1
0
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:
Piotr Banasik 2021-08-20 04:14:53 -07:00 committed by GitHub
parent 53bad3a768
commit 5d88a303dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"