diff --git a/.circleci/config.yml b/.circleci/config.yml index 63ba1e0..0cc6a25 100644 --- a/.circleci/config.yml +++ b/.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