Skip to content

Commit

Permalink
Merge pull request #2530 from cloudfoundry-incubator/fix-git-base
Browse files Browse the repository at this point in the history
Remove base git package
  • Loading branch information
nwmac authored Jun 26, 2018
2 parents 5e9c6b2 + 63524e2 commit a7813bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/stratos-base-images/Dockerfile.stratos-bk-base.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM {{BASE_IMAGE}}
RUN zypper in -y ca-certificates git && \
RUN zypper in -y ca-certificates && \
mkdir -p /srv && \
mkdir -p /root/.npm-global
# Install latest git from devel/tools/scm repository
Expand Down

0 comments on commit a7813bf

Please sign in to comment.