Skip to content

Commit

Permalink
removed z3 from docker, because it breaks configuration menu
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Oct 18, 2023
1 parent 6bb2f48 commit 8fa282d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebSocketLanguageServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:18
# Create app directory
WORKDIR /usr/src/app

RUN apt-get update
RUN apt-get install z3
#RUN apt-get update
#RUN apt-get install z3

COPY package*.json ./

Expand Down

0 comments on commit 8fa282d

Please sign in to comment.