Skip to content

Commit

Permalink
added cmake to build (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbijjur committed Mar 28, 2023
1 parent 18cbe0c commit 6ec0596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM python:3-slim AS builder

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

Expand Down

0 comments on commit 6ec0596

Please sign in to comment.