Skip to content

Commit 18f05cb

Browse files
author
Matthew Fisher
committed
chore(builder): rely on deis/base to manage confd
Please test this PR in conjunction with deis/base#3
1 parent 2070e06 commit 18f05cb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

builder/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ RUN chown -R $GITUSER:$GITUSER $GITHOME
4242
RUN apt-get install -yq sudo
4343
RUN echo "%git ALL=(ALL:ALL) NOPASSWD:/home/git/builder" >> /etc/sudoers
4444

45-
# install custom confd
46-
RUN wget -q https://s3-us-west-2.amazonaws.com/deis/confd -O /usr/local/bin/confd
47-
RUN chmod +x /usr/local/bin/confd
48-
4945
# add the current build context to /app
5046
ADD . /app
5147
RUN chown -R root:root /app

0 commit comments

Comments
 (0)