Skip to content

Commit

Permalink
Merge branch 'hotfix/alpine-build-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Aug 29, 2016
2 parents 9b50eaf + 362bf70 commit 206b3e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/bootstrap/alpine-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN set -x \
# Install base stuff
&& /usr/local/bin/apk-install \
bash \
shadow \
ca-certificates \
# Install ansible
&& /usr/local/bin/apk-install \
Expand Down
1 change: 0 additions & 1 deletion template/Dockerfile/images/bootstrap.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN set -x \
# Install base stuff
&& /usr/local/bin/apk-install \
bash \
shadow \
ca-certificates \
# Install ansible
&& /usr/local/bin/apk-install \
Expand Down

0 comments on commit 206b3e1

Please sign in to comment.