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.
1 parent 035d1c7 commit 8f988fbCopy full SHA for 8f988fb
Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.8-alpine
3
RUN apk upgrade --no-cache
4
RUN apk add --no-cache rust cargo openssl-dev libffi-dev py3-pip python3 samba-client samba-common-tools yaml-dev
5
RUN apk add --no-cache --virtual build-dependencies build-base git \
6
- && git clone https://github.com/cddmp/enum4linux-ng.git \
+ && git clone --depth 1 https://github.com/cddmp/enum4linux-ng.git \
7
&& pip install --no-cache-dir -r enum4linux-ng/requirements.txt \
8
&& apk del build-dependencies
9
WORKDIR enum4linux-ng
0 commit comments