Use stable rustup and shellcheck from alpine

This commit is contained in:
ViViDboarder 2023-06-13 15:12:50 -07:00
parent 7f9c6a92b3
commit 07a3512dbd
1 changed files with 2 additions and 4 deletions

View File

@ -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