We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c98520 commit 2d55ad5Copy full SHA for 2d55ad5
Dockerfile
@@ -1,5 +1,7 @@
1
FROM ruby:2.4.2-alpine
2
3
+RUN apk add --no-cache git
4
+
5
WORKDIR /app
6
7
COPY lib/language_server/version.rb /app/lib/language_server/
0 commit comments