Update Dockerfile

main
mpgn 2022-06-19 21:06:54 +02:00 committed by GitHub
parent 3e3f7beec7
commit 7cbfcdf57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 apt-get update && \
apt-get install -y libffi-dev libxml2-dev libxslt-dev libssl-dev openssl autoconf g++ python3-dev
apt-get install -y libffi-dev libxml2-dev libxslt-dev libssl-dev openssl autoconf g++ python3-dev libkrb5-dev
COPY . .