1
0
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:
Amir Raminfar
2022-07-21 14:55:17 -07:00
parent c1a16fd76e
commit 96c5e24501

View File

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