diff options
| author | pml68 <contact@pml68.me> | 2024-12-01 00:12:48 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-12-01 00:12:48 +0100 |
| commit | 48a3bac987ba12b570508e563ac842a39b46c0af (patch) | |
| tree | 1f8e709e81e8db28a2ee26fe67a468d31ff44012 /Dockerfile | |
| parent | fix: gopher not installing deps on first launch (diff) | |
| download | nvim-48a3bac987ba12b570508e563ac842a39b46c0af.tar.gz | |
feat: add go pkg to dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -24,6 +24,7 @@ RUN apk add --no-cache wget \ openjdk21 \ openjdk17 \ gradle \ + go \ dotnet8-sdk \ clang19-extra-tools \ nodejs \ @@ -51,9 +52,9 @@ COPY . .config/nvim FROM base SHELL ["/bin/bash", "-c"] WORKDIR /root -RUN nvim --headless +"Lazy! sync" +qa; exit 0 +RUN nvim --headless +"Lazy! sync" +qa; rm -rf /root/.cache # symlink the clangd executable, since it can't be installed with mason RUN ln -sf /usr/bin/clangd /root/.local/share/nvim/mason/bin/clangd -CMD ["/bin/bash"] +ENTRYPOINT ["/bin/bash"] |
