Skip to content

Commit

Permalink
Merge pull request #8 from bao3/patch-1
Browse files Browse the repository at this point in the history
fix git and curl issue
  • Loading branch information
spacemeowx2 committed Oct 13, 2018
2 parents 8a12c3d + bec5a51 commit 2fec6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.openwrt
Expand Up @@ -17,7 +17,8 @@ RUN curl -o /tmp/${NAME} ${SDK_URL} \

RUN apk add --no-cache perl make git bash gawk gcc g++ ncurses-dev
WORKDIR ${SDK_PATH}
RUN ./scripts/feeds update base packages
RUN git config –-global http.postBuffer 524288000 \
&& ./scripts/feeds update base packages
RUN ./scripts/feeds install libpcap libuv

RUN mkdir ./package/switch-lan-play
Expand Down

0 comments on commit 2fec6be

Please sign in to comment.