make in builder node

This commit is contained in:
2021-11-16 08:01:29 +00:00
parent 33b6c6439d
commit 143cde44c1
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ ARG NODE_VERSION=12.22-buster-slim
# Builder Schritt hier wird das Package von Theia compiliert.
FROM node:${NODE_VERSION}
RUN apt-get update && apt-get install -y wget libsecret-1-dev
RUN apt-get update && apt-get install -y wget make build-essential libsecret-1-dev
ARG version=latest
WORKDIR /home/theia
ADD latest.package.json ./package.json

View File

@@ -8,7 +8,7 @@
"files.enableTrash": false
}
}
}
}
},
"dependencies": {
"@theia/editor-preview": "latest",