Skip to content

Commit

Permalink
Merge pull request jcmoraisjr#206 from git001/patch-1
Browse files Browse the repository at this point in the history
Add /ingress-controller
  • Loading branch information
jcmoraisjr authored Aug 19, 2018
2 parents 9354782 + b553064 commit 930f466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN apk --no-cache add socat openssl
ARG DUMB_INIT_SHA256=81231da1cd074fdc81af62789fead8641ef3f24b6b07366a1c34e5b059faf363
RUN wget -O/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64\
&& echo "$DUMB_INIT_SHA256 /dumb-init" | sha256sum -c -\
&& chmod +x /dumb-init
&& chmod +x /dumb-init \
&& mkdir /ingress-controller

COPY . /

Expand Down

0 comments on commit 930f466

Please sign in to comment.