Skip to content

Commit a7a88c4

Browse files
authored
Merge pull request #586 from leonardoce/tar-ignore-failed-reads
Use GNU tar in the Docker image
2 parents c9d8192 + 3cff5a0 commit a7a88c4

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

0 commit comments

Comments
 (0)