Skip to content

Commit

Permalink
test(cache): fix cache deployer image build in apk add command (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Dec 16, 2020
1 parent 7591805 commit 135bfbb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions backend/src/cache/deployer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
FROM google/cloud-sdk:alpine

RUN apk add --update \
python \
curl \
which \
jq \
bash \
openssl
curl \
which \
jq \
bash \
openssl

RUN gcloud components install kubectl

Expand All @@ -20,4 +19,4 @@ RUN chmod +x webhook-patch-ca-bundle.sh

COPY third_party/license.txt /bin/license.txt

ENTRYPOINT ["/bin/sh", "/kfp/cache/deployer/deploy-cache-service.sh"]
ENTRYPOINT ["/bin/sh", "/kfp/cache/deployer/deploy-cache-service.sh"]

0 comments on commit 135bfbb

Please sign in to comment.