Browse Source
Install Alpine run time dependencies in to container.
pull/340/head
Dan Schaper
8 years ago
No known key found for this signature in database
GPG Key ID: FFF1A1AD0113C344
1 changed files with
6 additions and
6 deletions
-
.circleci/config.yml
|
|
|
@ -4,10 +4,10 @@ jobs: |
|
|
|
docker: |
|
|
|
- image: djschaper/circleci:1.0-alpine3.7 |
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- run: |
|
|
|
name: Greeting |
|
|
|
command: echo Hello, world. |
|
|
|
- run: |
|
|
|
name: Print the Current Time |
|
|
|
command: date |
|
|
|
name: Install Run Dependencies |
|
|
|
command: | |
|
|
|
apk add --no-cache --virtual .run-deps \ |
|
|
|
curl \ |
|
|
|
drill \ |
|
|
|
openssl |