mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 04:37:37 +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 \
|
py3-pip \
|
||||||
python3 \
|
python3 \
|
||||||
rustup \
|
rustup \
|
||||||
shellcheck \
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# Try to install shellcheck
|
||||||
|
RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true
|
||||||
|
|
||||||
# Install dependencies for python-language-server
|
# Install dependencies for python-language-server
|
||||||
RUN apk add gcc g++ python3-dev
|
RUN apk add gcc g++ python3-dev
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user