Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
dockerfile: fix image build with kaniko (#578) (#580)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61d4bc5)
  • Loading branch information
Sameer Naik authored Jun 25, 2019
1 parent 5f20ad5 commit 0b100be
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 <containers@bitnami.com>"

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 0b100be

Please sign in to comment.