Skip to content

Commit

Permalink
Bumped Busybox to 1.22.0-9 to fix a dns resolver issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Aug 11, 2015
1 parent 9c43624 commit 1f70042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/dependencies-armv7l/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update \


# Install busybox-static
RUN wget http://launchpadlibrarian.net/181784411/busybox-static_1.22.0-8ubuntu1_armhf.deb -O /tmp/busybox.deb \
RUN wget http://ftp.fr.debian.org/debian/pool/main/b/busybox/busybox-static_1.22.0-9+deb8u1_armhf.deb -O /tmp/busybox.deb \
&& dpkg -i /tmp/busybox.deb \
&& rm -f /tmp/busybox.deb

Expand Down

0 comments on commit 1f70042

Please sign in to comment.