Skip to content

Commit

Permalink
Merge pull request #1 from mbijjur/docker-fix-full
Browse files Browse the repository at this point in the history
updated docker file
  • Loading branch information
mbijjur authored Apr 5, 2023
2 parents 6ec0596 + fb913db commit 3fa016e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM python:3-slim AS builder

RUN apt-get update && \
apt-get install -y gcc \
cmake
cmake \
python3-dev \
build-essential
COPY requirements.txt ./
RUN pip install --no-cache-dir --user -r requirements.txt

Expand Down

0 comments on commit 3fa016e

Please sign in to comment.