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.
1 parent a427b6f commit aacbc28Copy full SHA for aacbc28
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 && apk update && apk upgrade
+RUN apk add util-linux coreutils socat && apk update && apk upgrade
22
COPY ${binary} /hostpathplugin
23
ENTRYPOINT ["/hostpathplugin"]
0 commit comments