Created
November 25, 2019 20:39
-
-
Save haruo31/a1a302199ad1c3acd7734156c550dc17 to your computer and use it in GitHub Desktop.
docker bootstrap for lsp perl-languageserver (wip)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM perl:5.10 | |
ENV PERL_MM_USE_DEFAULT 1 | |
ENV PERL_EXTUTILS_AUTOINSTALL --defaultdeps | |
RUN perl -MCPAN -e "install Perl::LanguageServer" | |
WORKDIR / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment