Skip to content

Commit d37b7ef

Browse files
authored
Merge pull request #15 from naltun/add-rustc-to-dockerfile
Add rust toolchain to Dockerfile
2 parents 998ffe1 + e16f514 commit d37b7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.8-alpine
22

33
RUN apk upgrade
4-
RUN apk --update add --no-cache openssl-dev libffi-dev py3-pip python3 samba-client samba-common-tools yaml-dev
4+
RUN apk --update add --no-cache rust cargo openssl-dev libffi-dev py3-pip python3 samba-client samba-common-tools yaml-dev
55
RUN apk --update add --virtual build-dependencies build-base git \
66
&& git clone https://github.com/cddmp/enum4linux-ng.git \
77
&& pip install -r enum4linux-ng/requirements.txt \

0 commit comments

Comments
 (0)