mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
small fixes
This commit is contained in:
@@ -5,7 +5,8 @@ FROM alpine:latest
|
||||
|
||||
ENV BUILD_HOME=/usr/local/build
|
||||
RUN apk update && apk add --no-cache git nodejs npm
|
||||
RUN npm install -g typescript
|
||||
COPY ["./package.json", "./package-lock.json", "./"]
|
||||
RUN npm install -g
|
||||
|
||||
RUN mkdir -p $BUILD_HOME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user