File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ RUN git submodule foreach " \
4040# Scripts for building
4141COPY ./package.json ./package.json
4242
43- # Add GitHub to known_hosts to support SSH-based package installs
44- RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
45-
4643# Building ToolJet plugins
4744COPY ./plugins/package.json ./plugins/package-lock.json ./plugins/
4845RUN npm --prefix plugins install
Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ RUN git submodule foreach " \
3737# Scripts for building
3838COPY ./package.json ./package.json
3939
40- # Add GitHub to known_hosts to support SSH-based package installs
41- RUN mkdir -p ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
42-
4340# Build plugins
4441COPY ./plugins/package.json ./plugins/package-lock.json ./plugins/
4542RUN npm --prefix plugins ci --omit=dev
You can’t perform that action at this time.
0 commit comments