We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 998ffe1 + e16f514 commit d37b7efCopy full SHA for d37b7ef
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.8-alpine
2
3
RUN apk upgrade
4
-RUN apk --update add --no-cache openssl-dev libffi-dev py3-pip python3 samba-client samba-common-tools yaml-dev
+RUN apk --update add --no-cache rust cargo openssl-dev libffi-dev py3-pip python3 samba-client samba-common-tools yaml-dev
5
RUN apk --update add --virtual build-dependencies build-base git \
6
&& git clone https://github.com/cddmp/enum4linux-ng.git \
7
&& pip install -r enum4linux-ng/requirements.txt \
0 commit comments