Browse Source

Circleci base image build for Alpine 3.7

Signed-off-by: Dan Schaper <dschaper@ganymeade.com>
pull/340/head
Dan Schaper 8 years ago
parent
commit
337c9b76d6
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      .circleci/Dockerfile
  2. +1
    -1
      .circleci/config.yml

+ 8
- 0
.circleci/Dockerfile View File

@ -0,0 +1,8 @@
FROM alpine:3.7
RUN apk add --no-cache --virtual .circleci-deps \
ca-certificates \
git \
gzip \
openssh \
tar

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

@ -2,7 +2,7 @@ versio: 2
jobs: jobs:
build: build:
docker: docker:
- image: debian:stretch
- image: djschaper/circleci:1.0-alpine3.7
steps: steps:
- checkout - checkout
- run: - run:


Loading…
Cancel
Save