Skip to content

Commit 597da4a

Browse files
authored
Merge pull request #291 from stoneshi-yunify/master
Add coreutils package to support sparse file
2 parents 8fe8823 + 311b0e5 commit 597da4a

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
@@ -18,6 +18,6 @@ LABEL description="HostPath Driver"
1818
ARG binary=./bin/hostpathplugin
1919

2020
# Add util-linux to get a new version of losetup.
21-
RUN apk add util-linux && apk update && apk upgrade
21+
RUN apk add util-linux coreutils && apk update && apk upgrade
2222
COPY ${binary} /hostpathplugin
2323
ENTRYPOINT ["/hostpathplugin"]

0 commit comments

Comments
 (0)