Skip to content

Commit

Permalink
fix: added z3
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Nov 17, 2023
1 parent 9f3b9f0 commit 845449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSocketLanguageServer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:18
WORKDIR /usr/src/app

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

COPY package*.json ./

Expand Down

0 comments on commit 845449d

Please sign in to comment.