Skip to content

Commit

Permalink
Added installing unzip and unzip the vsix to the plugins folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Nov 15, 2024
1 parent cddbf20 commit d444d0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && \
libxkbfile-dev \
make \
python3 \
build-essential
build-essential \
unzip

# Set the working directory
WORKDIR /home/crossmodel
Expand All @@ -26,7 +27,7 @@ RUN yarn --pure-lockfile --skip-integrity-check --network-timeout 100000 && \
yarn build:extensions && \
yarn package:extensions && \
yarn theia:browser build && \
cp extensions/crossmodel-lang/*.vsix applications/browser-app/plugins && \
unzip extensions/crossmodel-lang/*.vsix -d applications/browser-app/plugins/crossmodel-lang && \
yarn autoclean --init && \
echo *.ts >> .yarnclean && \
echo *.ts.map >> .yarnclean && \
Expand Down

0 comments on commit d444d0e

Please sign in to comment.