We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac30415 commit 5dd3d22Copy full SHA for 5dd3d22
atlas/Dockerfile
@@ -18,7 +18,7 @@ RUN go build -o /atlas .
18
FROM $BUILD_FROM
19
20
RUN apk add --no-cache \
21
- nginx iputils-ping traceroute nmap sqlite net-tools curl jq ca-certificates git python3-pip \
+ nginx iputils-ping traceroute nmap sqlite net-tools curl jq ca-certificates git py3-pip \
22
&& pip install --no-cache-dir fastapi uvicorn
23
24
# Remove default Nginx config
@@ -40,4 +40,4 @@ ENV ATLAS_API_PORT=8889
40
41
# Entrypoint: initializes DB, runs scans, launches FastAPI and Nginx
42
EXPOSE 8888 8889
43
-CMD ["/run.sh"]
+CMD ["/run.sh"]
0 commit comments