Skip to content

Commit

Permalink
Fix typo in busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Mar 10, 2019
1 parent 7203bff commit 815f617
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 @@ -21,7 +21,7 @@ RUN curl -fL https://storage.googleapis.com/buildroot-cache/2018.11.1.tar.gz | t
WORKDIR /usr/src/buildroot
COPY conntrack-tools/* /usr/src/buildroot/package/conntrack-tools/
COPY slirp4netns/* /usr/src/buildroot/package/slirp4netns/
COPY busybox.config /usr/src/buildroot/package/busbox/
COPY busybox.config /usr/src/buildroot/package/busybox/
COPY package/Config.in /usr/src/buildroot/package/

ARG ARCH=x86_64
Expand Down

0 comments on commit 815f617

Please sign in to comment.