Skip to content

Commit

Permalink
update(Dockerfile): add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpaget authored Aug 28, 2024
1 parent 847bb2e commit 6dfaa3c
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 @@ -21,7 +21,7 @@ RUN make build
FROM alpine:latest

# Install necessary runtime dependencies
RUN apk --no-cache add ca-certificates fuse3
RUN apk --no-cache add ca-certificates fuse3 bash

# Download MinIO client (mc)
RUN apk add wget && \
Expand Down

0 comments on commit 6dfaa3c

Please sign in to comment.