mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
Removes make, ssh and g++
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Build assets
|
||||
FROM --platform=$BUILDPLATFORM node:18-alpine as node
|
||||
|
||||
RUN apk add --no-cache openssh make g++ util-linux python3 && npm install -g pnpm
|
||||
RUN apk add --no-cache util-linux python3 && npm install -g pnpm
|
||||
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user