Update readme with new included dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2021-02-05 12:30:14 -08:00
parent ffb543020d
commit 93e6f791b8
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ steps:
A second image is also built for my personal use, but it may be useful to you as well. This image includes the following dependencies: A second image is also built for my personal use, but it may be useful to you as well. This image includes the following dependencies:
* hadolint * hadolint
* golang
* golangci-lint
## To Do Installation scripts referencing versions are found in `./scripts`.
So far this is basic and unopinionated. Either this will become very personal as I tack on dependencies for the hooks I often use, or it'll become complicated as I add args for everything and build out many tags. I think I'll probbably try to provide some reasonable base image that can then be extended in a new image or as part of one's build pipeline.