mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:07:34 +00:00
Use stable rustup and shellcheck from alpine
This commit is contained in:
parent
7f9c6a92b3
commit
07a3512dbd
@ -16,10 +16,8 @@ RUN apk add --no-cache \
|
||||
python3 \
|
||||
;
|
||||
|
||||
# Install shellcheck from edge repo because aarch64 build does not exist on main
|
||||
RUN apk add --no-cache shellcheck --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community || true
|
||||
# Try to install rustup
|
||||
RUN apk add --no-cache rustup || true
|
||||
# Install shellcheck and rustup, if in repo (like arm)
|
||||
RUN apk add --no-cache shellcheck rustup || true
|
||||
|
||||
# Create user
|
||||
RUN adduser -D -h /home/vividboarder -s /bin/bash --ingroup users vividboarder
|
||||
|
Loading…
Reference in New Issue
Block a user