mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +00:00
Add 0.6 in Docker
This commit is contained in:
parent
150a9b36d8
commit
77266fe95f
@ -8,12 +8,14 @@ RUN apk add \
|
||||
git \
|
||||
go \
|
||||
make \
|
||||
neovim \
|
||||
npm \
|
||||
py3-pip \
|
||||
python3 \
|
||||
;
|
||||
|
||||
# Install neovim from edge repo for latest
|
||||
RUN apk add neovim --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
|
||||
# Try to install shellcheck
|
||||
RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true
|
||||
# Try to install rustup
|
||||
|
Loading…
Reference in New Issue
Block a user