mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
feat: simplify package install
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
FROM node:18.17.1-alpine As development
|
||||
|
||||
# Install build tools and dependencies
|
||||
RUN apk update && apk add \
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
alpine-sdk \
|
||||
python3 \
|
||||
|
||||
Reference in New Issue
Block a user