Add 0.6 in Docker

This commit is contained in:
ViViDboarder 2022-01-02 22:23:07 -08:00
parent 150a9b36d8
commit 77266fe95f
1 changed files with 3 additions and 1 deletions

View File

@ -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