Skip to content

Commit 5dd3d22

Browse files
committed
Fixing build error because of wrong python pip package name
1 parent ac30415 commit 5dd3d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

atlas/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN go build -o /atlas .
1818
FROM $BUILD_FROM
1919

2020
RUN apk add --no-cache \
21-
nginx iputils-ping traceroute nmap sqlite net-tools curl jq ca-certificates git python3-pip \
21+
nginx iputils-ping traceroute nmap sqlite net-tools curl jq ca-certificates git py3-pip \
2222
&& pip install --no-cache-dir fastapi uvicorn
2323

2424
# Remove default Nginx config
@@ -40,4 +40,4 @@ ENV ATLAS_API_PORT=8889
4040

4141
# Entrypoint: initializes DB, runs scans, launches FastAPI and Nginx
4242
EXPOSE 8888 8889
43-
CMD ["/run.sh"]
43+
CMD ["/run.sh"]

0 commit comments

Comments
 (0)