Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwarman committed Apr 16, 2021
1 parent 7551598 commit 5a6aa5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## [UNRELEASED]

### Added

- Add `curl`

## 1.0.3 - 2020-03-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3

RUN set -eu; \
apk add --no-cache \
bash vim;
bash vim curl;

RUN set -eu; \
apk add busybox-extras;
Expand Down

0 comments on commit 5a6aa5f

Please sign in to comment.