mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
CircleCI: Add bzr to Docker image. Update to v1.0.2
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
FROM debian:9
|
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 \
|
RUN apt update && apt install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
@@ -11,6 +17,7 @@ libncurses5-dev \
|
|||||||
libssl-dev \
|
libssl-dev \
|
||||||
python \
|
python \
|
||||||
subversion \
|
subversion \
|
||||||
|
bzr \
|
||||||
time \
|
time \
|
||||||
wget \
|
wget \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ version: 2.0
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: docker.io/openwrtorg/packages-cci:v1.0.1
|
- image: docker.io/openwrtorg/packages-cci:v1.0.2
|
||||||
environment:
|
environment:
|
||||||
- SDK_HOST: "downloads.openwrt.org"
|
- SDK_HOST: "downloads.openwrt.org"
|
||||||
- SDK_PATH: "snapshots/targets/ar71xx/generic"
|
- SDK_PATH: "snapshots/targets/ar71xx/generic"
|
||||||
|
|||||||
Reference in New Issue
Block a user