Skip to content

Commit

Permalink
fix issue with psutil
Browse files Browse the repository at this point in the history
  • Loading branch information
soaibsafi committed Dec 20, 2023
1 parent 95a81f1 commit cc1542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /backend
COPY . /backend

RUN apt-get update && apt-get install -y
RUN apt-get install z3 wget -y
RUN apt-get install z3 wget gcc libc6-dev -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 cc1542b

Please sign in to comment.