Skip to content

Commit 16ee0c1

Browse files
authored
fix(build): add alpine packages to Dockerfile (#12)
add alpine packages to Dockerfile Signed-off-by: Akhil Mohan <[email protected]>
1 parent f97342c commit 16ee0c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

buildscripts/provisioner-localpv/provisioner-localpv.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ 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+
procps \
63+
ca-certificates
64+
5765
COPY --from=build /go/src/github.com/openebs/dynamic-localpv-provisioner/bin/provisioner-localpv/provisioner-localpv /usr/local/bin/provisioner-localpv
5866

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

0 commit comments

Comments
 (0)