make in builder node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user