1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

Removes python from Dockerfile

This commit is contained in:
Amir Raminfar
2022-07-21 14:57:17 -07:00
parent c1a75e21ba
commit 3db0ad42fe

View File

@@ -1,7 +1,7 @@
# Build assets
FROM --platform=$BUILDPLATFORM node:18-alpine as node
RUN apk add --no-cache python3 && npm install -g pnpm
RUN npm install -g pnpm
WORKDIR /build