Skip to content

Commit

Permalink
updated dockerfile with openjdk for spectra
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Jun 4, 2024
1 parent 868da8a commit 9a811c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY . /backend

RUN apt-get update && apt-get install -y
RUN apt-get install z3 wget gcc libc6-dev -y
RUN apt-get install openjdk-17-jdk -y

RUN pip install --no-cache-dir --upgrade pip setuptools
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 9a811c2

Please sign in to comment.