Skip to content

Instantly share code, notes, and snippets.

@haruo31
Created November 25, 2019 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruo31/a1a302199ad1c3acd7734156c550dc17 to your computer and use it in GitHub Desktop.
Save haruo31/a1a302199ad1c3acd7734156c550dc17 to your computer and use it in GitHub Desktop.
docker bootstrap for lsp perl-languageserver (wip)
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