Skip to content

Commit

Permalink
[mistake] oops, innocuous mistake from trying to get tag, decided aga…
Browse files Browse the repository at this point in the history
…inst, not late enough tags
  • Loading branch information
dougbtv committed May 27, 2016
1 parent 84894b5 commit 1f5761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends --no-install-s

WORKDIR /usr/src
ENV captagent_sha1 cf757a2e0bb883146e0178d15ee3659c03d9fd6c
RUN git clone --branch $captagent_version https://github.com/sipcapture/captagent.git captagent && cd captagent && git reset --hard $captagent_sha1
RUN git clone https://github.com/sipcapture/captagent.git captagent && cd captagent && git reset --hard $captagent_sha1

WORKDIR /usr/src/captagent
RUN ./build.sh
Expand Down

0 comments on commit 1f5761d

Please sign in to comment.