Skip to content

Commit 9b530b9

Browse files
akhilermKiran Mova
authored andcommitted
fix(build): add alpine packages to Dockerfile
add alpine packages to Dockerfile Signed-off-by: Akhil Mohan <[email protected]>
1 parent afa5cf6 commit 9b530b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

buildscripts/provisioner-localpv/provisioner-localpv.Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ LABEL org.label-schema.build-date=$DBUILD_DATE
5454
LABEL org.label-schema.vcs-url=$DBUILD_REPO_URL
5555
LABEL org.label-schema.url=$DBUILD_SITE_URL
5656

57+
RUN apk add --no-cache \
58+
iproute2 \
59+
bash \
60+
curl \
61+
net-tools \
62+
mii-tool \
63+
procps \
64+
libc6-compat \
65+
ca-certificates
66+
5767
COPY --from=build /go/src/github.com/openebs/dynamic-localpv-provisioner/bin/provisioner-localpv/provisioner-localpv /usr/local/bin/provisioner-localpv
5868

5969
ENTRYPOINT ["/usr/local/bin/provisioner-localpv"]

0 commit comments

Comments
 (0)