Skip to content

Commit

Permalink
added additional packages to build (#1038)
Browse files Browse the repository at this point in the history
* updated docker file

added packages required for arm v6 and v7 arch

* Update Dockerfile
  • Loading branch information
mbijjur authored Dec 24, 2023
1 parent b11d65c commit cdd2a90
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 cdd2a90

Please sign in to comment.