mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:07:35 +00:00
Fix rustup attempt on arm
This commit is contained in:
parent
7861b3c4e5
commit
8eb0d63ec0
@ -12,11 +12,12 @@ RUN apk add \
|
|||||||
npm \
|
npm \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3 \
|
python3 \
|
||||||
rustup \
|
|
||||||
;
|
;
|
||||||
|
|
||||||
# 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
|
||||||
|
RUN apk add rustup || 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