Skip to content

Commit

Permalink
reenabled z3 because the config site is buggy nevertheless
Browse files Browse the repository at this point in the history
  • Loading branch information
st-vi committed Oct 18, 2023
1 parent 8fa282d commit 7aed991
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 7aed991

Please sign in to comment.