Update Dockerfile
parent
9bcb9920f0
commit
603f904f08
|
@ -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 libkrb5-dev
|
||||
apt-get install -y libffi-dev libxml2-dev libxslt-dev libssl-dev openssl autoconf g++ python3-dev libkrb5-dev git
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Reference in New Issue