Skip to content

Commit d400198

Browse files
Change the base image for the wizard
1 parent 9de5fbe commit d400198

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

wizard/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
FROM node:18-bullseye as builder
1+
FROM node:16-bullseye as builder
22
RUN apt-get update && \
33
apt-get install -y build-essential python3 make gcc g++ curl && \
44
rm -rf /var/lib/apt/lists/*
55

6-
# The next step is for installing yarn
7-
RUN npm install -g yarn
8-
96
WORKDIR /app
107
COPY package.json package.json
118
COPY yarn.lock yarn.lock

0 commit comments

Comments
 (0)