Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Apr 8, 2020
1 parent 15e34e7 commit 03cbfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apk add --no-cache \
bash \
&& git clone --depth 1 -b ${COREDNS_VERSION} https://github.com/coredns/coredns \
&& cd coredns \
&& echo "fallback:github.com/pvizeli/coredns-fallback" >> plugin.cfg \
&& echo "mdns:github.com/pvizeli/coredns-mdns" >> plugin.cfg \
&& sed -i "/^forward:.*/a fallback:github.com/pvizeli/coredns-fallback" plugin.cfg \
&& sed -i "/^hosts:.*/a mdns:github.com/pvizeli/coredns-mdns" plugin.cfg \
&& go generate \
&& \
if [ "${BUILD_ARCH}" = "armhf" ]; then \
Expand Down

0 comments on commit 03cbfea

Please sign in to comment.