Fixed dockerfile

main
byt3bl33d3r 2020-06-29 10:27:49 -06:00
parent 193fe94c4a
commit 19e027b090
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ENV PIP_NO_CACHE_DIR=off
WORKDIR /usr/src/crackmapexec
RUN apk update && \
apk add --no-cache build-base libffi-dev libxml2-dev libxslt-dev openssl-dev
apk add --no-cache build-base libffi-dev libxml2-dev libxslt-dev openssl-dev openssl
COPY requirements.txt .