mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
Fix shellcheck install failure on arm
This commit is contained in:
parent
ed73884345
commit
7861b3c4e5
@ -13,9 +13,11 @@ RUN apk add \
|
||||
py3-pip \
|
||||
python3 \
|
||||
rustup \
|
||||
shellcheck \
|
||||
;
|
||||
|
||||
# Try to install shellcheck
|
||||
RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true
|
||||
|
||||
# Install dependencies for python-language-server
|
||||
RUN apk add gcc g++ python3-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user