Skip to content

Commit aa3eb73

Browse files
committed
feat: add expect package for prehook log
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
1 parent 4e17d09 commit aa3eb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --from=builder /app/civo-csi /app/civo-csi
3131

3232
RUN chmod +x /app/civo-csi
3333

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

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

0 commit comments

Comments
 (0)