mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07: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 \
|
git \
|
||||||
go \
|
go \
|
||||||
make \
|
make \
|
||||||
neovim \
|
|
||||||
npm \
|
npm \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3 \
|
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
|
# Try to install shellcheck
|
||||||
RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true
|
RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true
|
||||||
# Try to install rustup
|
# Try to install rustup
|
||||||
|
Loading…
Reference in New Issue
Block a user