We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fe8823 + 311b0e5 commit 597da4aCopy full SHA for 597da4a
Dockerfile
@@ -18,6 +18,6 @@ LABEL description="HostPath Driver"
18
ARG binary=./bin/hostpathplugin
19
20
# Add util-linux to get a new version of losetup.
21
-RUN apk add util-linux && apk update && apk upgrade
+RUN apk add util-linux coreutils && apk update && apk upgrade
22
COPY ${binary} /hostpathplugin
23
ENTRYPOINT ["/hostpathplugin"]
0 commit comments