Skip to content

Commit

Permalink
Merge pull request #1 from bscott/fnichol/update-bootstrap-url
Browse files Browse the repository at this point in the history
Update install.sh location back to Habitat Git repo.
  • Loading branch information
fnichol authored Jul 8, 2016
2 parents 4503ae9 + 7a31ee3 commit 73eb2a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.3
MAINTAINER Brian L. Scott <[email protected]>
RUN apk add --no-cache vim nano wget ca-certificates gnupg
RUN cd /tmp \
&& wget https://gist.githubusercontent.com/bscott/c14ee24a3feafd2f5234af8950c8b420/raw/hab-install.sh \
&& sh hab-install.sh \
&& rm -f hab-install.sh \
&& wget https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh \
&& sh install.sh \
&& rm -f install.sh \
&& echo "hab:x:42:42:root:/:/bin/sh" >> /etc/passwd \
&& echo "hab:x:42:hab" >> /etc/group
WORKDIR /src
Expand Down

0 comments on commit 73eb2a4

Please sign in to comment.