mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-27 17:26:31 +03:00
Merge pull request #1497 from PeterDaveHello/DockerfileImprovement
Remove additional `-U` for `apk` in Dockerfile
This commit is contained in:
commit
58a3c14080
@ -8,8 +8,8 @@ RUN go mod download
|
||||
RUN go build ./cmd/httpx
|
||||
|
||||
FROM alpine:3.18.2
|
||||
RUN apk -U upgrade --no-cache \
|
||||
RUN apk upgrade --no-cache \
|
||||
&& apk add --no-cache bind-tools ca-certificates chromium
|
||||
COPY --from=builder /app/httpx /usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["httpx"]
|
||||
ENTRYPOINT ["httpx"]
|
||||
|
Loading…
Reference in New Issue
Block a user