Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Velociraptor (open source) #137

Closed
frikky opened this issue Apr 12, 2021 · 4 comments
Closed

Velociraptor (open source) #137

frikky opened this issue Apr 12, 2021 · 4 comments
Assignees

Comments

@frikky
Copy link
Member

frikky commented Apr 12, 2021

https://www.velocidex.com/

#23

@frikky
Copy link
Member Author

frikky commented Apr 21, 2021

Dhaval is fixing a GRPC issue with Alpine. Probably requires a manual wheel build - if this is not the case, we'll have to run a different SDK (which is fine).

@weslambert
Copy link
Contributor

weslambert commented Apr 21, 2021

Something like the following should work (in Dockerfile):

RUN apk --update add --virtual build-dependencies python build-base ca-certificates py-cryptography && \
        apk add --update --no-cache python3 python3-dev libressl-dev musl-dev libffi-dev && \
        ln -sf python3 /usr/bin/python && \
        python3 -m ensurepip && \
        pip3 install -U pip setuptools && \
        pip3 install pyvelociraptor

@weslambert
Copy link
Contributor

#294

@frikky
Copy link
Member Author

frikky commented Apr 27, 2022

Thanks @weslambert

@frikky frikky closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants