We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e54ca commit 6716561Copy full SHA for 6716561
Dockerfile
@@ -3,7 +3,7 @@
3
FROM ruby
4
5
## APT-GET
6
-RUN apt-get update && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y vim && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/*
7
8
## WORKING DIRECTORY
9
RUN mkdir -p /var/www/html
0 commit comments