Browse Source

Install Alpine run time dependencies in to container.

pull/340/head
Dan Schaper 8 years ago
parent
commit
6c99f3b1a7
No known key found for this signature in database GPG Key ID: FFF1A1AD0113C344
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .circleci/config.yml

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

@ -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

Loading…
Cancel
Save