Skip to content

Commit

Permalink
fix theia-ide#163: get rid of electron deps
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <[email protected]>
  • Loading branch information
akosyakov authored and dwjbosman committed Jul 24, 2019
1 parent 3af7800 commit 1b5bc88
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion theia-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN yarn --pure-lockfile && \
echo *.ts.map >> .yarnclean && \
echo *.spec.* >> .yarnclean && \
yarn autoclean --force && \
rm -rf ./node_modules/electron && \
yarn cache clean

FROM node:${NODE_VERSION}-alpine
Expand Down
1 change: 0 additions & 1 deletion theia-go-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN yarn --pure-lockfile && \
echo *.ts.map >> .yarnclean && \
echo *.spec.* >> .yarnclean && \
yarn autoclean --force && \
rm -rf ./node_modules/electron && \
yarn cache clean

# See : https://github.com/theia-ide/theia-apps/issues/34
Expand Down
1 change: 0 additions & 1 deletion theia-swift-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ RUN yarn --pure-lockfile && \
echo *.ts.map >> .yarnclean && \
echo *.spec.* >> .yarnclean && \
yarn autoclean --force && \
rm -rf ./node_modules/electron && \
yarn cache clean


Expand Down
1 change: 0 additions & 1 deletion yangster-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ADD $version.package.json ./package.json
ARG GITHUB_TOKEN
RUN yarn && \
NODE_OPTIONS="--max_old_space_size=4096" yarn theia build && \
rm -rf ./node_modules/electron && \
yarn cache clean

FROM node:${NODE_VERSION}-alpine
Expand Down

0 comments on commit 1b5bc88

Please sign in to comment.