build,circleci: add python to docker build image
This is needed to build ca-certificates Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
98d206086b
commit
e5574ea957
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ gettext \
|
|||
git \
|
||||
libncurses5-dev \
|
||||
libssl-dev \
|
||||
python \
|
||||
subversion \
|
||||
zlib1g-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
@ -2,7 +2,7 @@ version: 2.0
|
|||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: champtar/openwrtpackagesci@sha256:ba41678f7bd9dea5f1caef9594167588c306caf08bc2f90e779a91e57a9fc7bd
|
||||
- image: champtar/openwrtpackagesci@sha256:4d8bea09b6fd51e015f417a8f0056b914d0db6aa9829b0049065a077f52a91e9
|
||||
environment:
|
||||
- SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic"
|
||||
- SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz"
|
||||
|
|
Loading…
Reference in a new issue