Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eiqnepm committed Feb 3, 2024
1 parent 6879578 commit bb8dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN go build -ldflags="-s -w" -o /usr/local/bin/app cmd/portcheck/main.go
FROM alpine:3.17

RUN apk update
RUN apk add --no-cache docker-cli
RUN apk add --no-cache docker

COPY --from=build /usr/local/bin/app /app

Expand Down

0 comments on commit bb8dca1

Please sign in to comment.