Skip to content

Commit

Permalink
dockerfile: fix image build with kaniko (vmware-archive#578) (vmware-…
Browse files Browse the repository at this point in the history
…archive#579)

(cherry picked from commit 61d4bc5)
  • Loading branch information
Sameer Naik authored Jun 25, 2019
1 parent bbe5f0d commit 2997f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LABEL maintainer "Bitnami <[email protected]>"

ARG BKPR_VERSION

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUN : "${BKPR_VERSION:?BKPR_VERSION build argument not specified}"

RUN install_packages wget ca-certificates \
Expand Down

0 comments on commit 2997f0a

Please sign in to comment.