diff --git a/docker/Dockerfile b/docker/Dockerfile index 8fa7c4a2122..fd6b8d03169 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,8 @@ -FROM python:alpine as builder +FROM node:18-alpine as builder COPY package.json .npmrc pnpm-lock.yaml /tmp/build/ RUN set -x \ && apk update \ - && apk add --no-cache nodejs npm git \ + && apk add git \ && cd && ls \ && which npm \ && npm config ls\