Skip to content

Commit

Permalink
Update adexplorersnapshot-bloodhound-ce.dockerfile
Browse files Browse the repository at this point in the history
Add musl-dev linux-headers cmake
  • Loading branch information
zarguell authored Jun 7, 2024
1 parent 6e754ae commit 84eaa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/adexplorersnapshot-bloodhound-ce.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.12-alpine

# Install necessary packages
RUN apk add --no-cache git build-base python3-dev
RUN apk add --no-cache git build-base python3-dev musl-dev linux-headers cmake

# Create a non-root user and group
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
Expand Down

0 comments on commit 84eaa46

Please sign in to comment.