Skip to content

Commit 2bf479f

Browse files
committed
chore: remove python3-pip and obsolete script permissions from Dockerfile
1 parent 30c9111 commit 2bf479f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WORKDIR /app
5555
RUN 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 && \
9393
RUN 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

0 commit comments

Comments
 (0)