Skip to content

Commit

Permalink
add air dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed Mar 16, 2019
1 parent a3a560a commit d7ad58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN npm install -g npm@$NPM_VER
# CLI Tools
RUN go get github.com/joho/godotenv/cmd/godotenv
RUN go get github.com/magefile/mage
RUN go get github.com/cosmtrek/air/cmd/air

# Docker CLI
RUN curl -L -o /tmp/docker-$DOCKER_CLI_VER.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_CLI_VER.tgz \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://circleci.com/docs/2.0/custom-images/

## Publish steps

Current Version: 0.0.18
Current Version: 0.0.19

- docker build -t getfider/circleci:<version> .
- docker push getfider/circleci:<version>

0 comments on commit d7ad58d

Please sign in to comment.