Browse Source

CircleCI: Add bzr to Docker image. Update to v1.0.2

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 6 years ago
parent
commit
422cd11b5a
2 changed files with 8 additions and 1 deletions
  1. +7
    -0
      .circleci/Dockerfile
  2. +1
    -1
      .circleci/config.yml

+ 7
- 0
.circleci/Dockerfile View File

@ -1,5 +1,11 @@
FROM debian:9
# Configuration version history
# v1.0 - Initial version by Etienne Champetier
# v1.0.1 - Run as non-root, add unzip, xz-utils
# v1.0.2 - Add bzr
RUN apt update && apt install -y \
build-essential \
curl \
@ -11,6 +17,7 @@ libncurses5-dev \
libssl-dev \
python \
subversion \
bzr \
time \
wget \
zlib1g-dev \


+ 1
- 1
.circleci/config.yml View File

@ -2,7 +2,7 @@ version: 2.0
jobs:
build:
docker:
- image: docker.io/openwrtorg/packages-cci:v1.0.1
- image: docker.io/openwrtorg/packages-cci:v1.0.2
environment:
- SDK_HOST: "downloads.openwrt.org"
- SDK_PATH: "snapshots/targets/ar71xx/generic"


Loading…
Cancel
Save