feat: simplify package install

This commit is contained in:
Eli Bosley
2023-08-31 10:42:37 -04:00
parent e1f77df400
commit 4ea00ed3ad

View File

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