Skip to content

Commit

Permalink
Load debugging tools
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed Nov 29, 2024
1 parent 8925d08 commit ab13908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN go build -o /app/main main.go
FROM alpine:latest

# Install dumb-init
RUN apk --no-cache add dumb-init
RUN apk --no-cache add dumb-init tcpdump curl bind-tools

# Set the working directory inside the container
WORKDIR /app
Expand All @@ -33,4 +33,4 @@ EXPOSE 8080
ENTRYPOINT ["/usr/bin/dumb-init", "--"]

# Command to run the Go application
CMD ["/app/main"]
CMD ["/app/main"]

0 comments on commit ab13908

Please sign in to comment.