image builder, tweaking

This commit is contained in:
t3chn0m4g3
2022-03-24 18:54:56 +01:00
parent 14a9b09f74
commit 328139d9b9
18 changed files with 105 additions and 25 deletions

View File

@ -26,6 +26,7 @@ RUN apk --no-cache -U upgrade && \
git clone https://github.com/cymmetria/ciscoasa_honeypot && \
cd ciscoasa_honeypot && \
git checkout d6e91f1aab7fe6fc01fabf2046e76b68dd6dc9e2 && \
sed -i "s/git+git/git+https/g" requirements.txt && \
pip3 install --no-cache-dir -r requirements.txt && \
cp /root/dist/asa_server.py /opt/ciscoasa_honeypot && \
chown -R ciscoasa:ciscoasa /opt/ciscoasa_honeypot && \