Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
christosgalano committed Jun 28, 2023
1 parent 0b892e8 commit eaf2158
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 @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o bruh ./cmd/bruh/main.go
FROM alpine:3.18

# Install bash
RUN apk add --no-cache bash grep awk
RUN apk add --no-cache bash

# Copy the binary and entrypoint.sh from the build stage
COPY --from=build /app/bruh /app/bruh
Expand Down

0 comments on commit eaf2158

Please sign in to comment.