File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ WORKDIR /app
5555RUN apt-get update && apt-get install -y --no-install-recommends \
5656 git curl ca-certificates tini jq dnsutils libpcap0.8 \
5757 postgresql-client docker.io \
58- python3 python3-pip sqlmap nmap \
58+ python3 sqlmap nmap \
5959 default-jre-headless unzip zip \
6060 && rm -rf /var/lib/apt/lists/*
6161
@@ -93,9 +93,7 @@ RUN ln -sf /usr/local/bin/autoar /app/main.sh && \
9393RUN mkdir -p /app/new-results /app/nuclei_templates || true
9494
9595# Permissions
96- RUN chmod +x /app/generate_config.sh 2>/dev/null || true \
97- && chmod +x /app/main.sh 2>/dev/null || true \
98- && chmod +x /usr/local/bin/autoar-entrypoint \
96+ RUN chmod +x /usr/local/bin/autoar-entrypoint \
9997 && echo "All modules are now Go-based - pure Go implementation" || true
10098
10199# Add a non-root user
You can’t perform that action at this time.
0 commit comments