We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2b5fca + 42794d1 commit 0751aa0Copy full SHA for 0751aa0
Dockerfile
@@ -28,9 +28,9 @@ WORKDIR /gitpod
28
29
COPY . /gitpod
30
31
-RUN yarn --pure-lockfile --non-interactive \
+RUN yarn --pure-lockfile --non-interactive --ignore-scripts \
32
&& rm -rf /usr/local/share/.cache/yarn
33
34
-RUN npm install -g aws-cdk ts-node
+RUN npm install -g --ignore-scripts aws-cdk ts-node
35
36
ENTRYPOINT ["/gitpod/setup.sh"]
0 commit comments