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