Skip to content

Commit

Permalink
FIX Dockerfile.alpine for docker build (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
peccu authored and bitwalker committed Sep 6, 2018
1 parent 1671ac8 commit 1e2c988
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.alpine
Expand Up @@ -9,8 +9,6 @@ RUN \
mkdir -p /opt/distillery-test && \
mix local.rebar --force && \
mix local.hex --force && \
pushd /opt && \
git clone https://github.com/bitwalker/distillery-test && \
popd
git clone https://github.com/bitwalker/distillery-test

CMD ["bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 1e2c988

Please sign in to comment.