We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2070e06 + 18f05cb commit 651e6d4Copy full SHA for 651e6d4
1 file changed
builder/Dockerfile
@@ -42,10 +42,6 @@ RUN chown -R $GITUSER:$GITUSER $GITHOME
42
RUN apt-get install -yq sudo
43
RUN echo "%git ALL=(ALL:ALL) NOPASSWD:/home/git/builder" >> /etc/sudoers
44
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
-
49
# add the current build context to /app
50
ADD . /app
51
RUN chown -R root:root /app
0 commit comments