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 c9d8192 + 3cff5a0 commit a7a88c4Copy full SHA for a7a88c4
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 coreutils socat && apk update && apk upgrade
+RUN apk add util-linux coreutils socat tar && apk update && apk upgrade
22
COPY ${binary} /hostpathplugin
23
ENTRYPOINT ["/hostpathplugin"]
0 commit comments