Skip to content

Commit aacbc28

Browse files
committed
add socat binary into image
1 parent a427b6f commit aacbc28

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 coreutils && apk update && apk upgrade
21+
RUN apk add util-linux coreutils socat && apk update && apk upgrade
2222
COPY ${binary} /hostpathplugin
2323
ENTRYPOINT ["/hostpathplugin"]

0 commit comments

Comments
 (0)