Skip to content

Commit

Permalink
feat: add expect package for prehook log
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Dec 24, 2024
1 parent 4e17d09 commit aa3eb73
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 @@ -31,7 +31,7 @@ COPY --from=builder /app/civo-csi /app/civo-csi

RUN chmod +x /app/civo-csi

RUN apk add --update --no-cache findmnt blkid e2fsprogs e2fsprogs-extra
RUN apk add --update --no-cache findmnt blkid e2fsprogs e2fsprogs-extra expect

# Run the civo-csi binary
ENTRYPOINT ["/app/civo-csi"]

0 comments on commit aa3eb73

Please sign in to comment.