Skip to content

Commit

Permalink
adding gcc for arm cross builds with wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 30, 2024
1 parent 446f147 commit 671dde7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions C2_Profiles/smb/.docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM python:3.11-slim-bookworm as builder

COPY [".docker/requirements.txt", "requirements.txt"]
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install --no-install-recommends \
software-properties-common apt-utils make build-essential libssl-dev zlib1g-dev libbz2-dev \
xz-utils tk-dev libffi-dev liblzma-dev libsqlite3-dev protobuf-compiler \
binutils-aarch64-linux-gnu libc-dev-arm64-cross -y
RUN python3 -m pip wheel --wheel-dir /wheels -r requirements.txt

FROM python:3.11-slim-bookworm
Expand Down

0 comments on commit 671dde7

Please sign in to comment.