diff options
author | Christian Segundo | 2023-10-08 23:28:50 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-08 23:28:50 +0200 |
commit | b4631bc494c64f62994c48fbb06548251fd36224 (patch) | |
tree | 431fffd8bef530098f1fb6b39f5848be2f155cfd /Dockerfile | |
parent | ec28cdca519f3b892f2a9cf3e1ac491294ac0a75 (diff) | |
download | nvim-b4631bc494c64f62994c48fbb06548251fd36224.tar.gz |
add stylua
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/a lua-language-server@testing \ luacheck \ pkgconf \ + stylua \ unzip \ wget |