Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #753 from zhxu73/wget
Browse files Browse the repository at this point in the history
install wget in Docker image
  • Loading branch information
zhxu73 authored Nov 30, 2020
2 parents bf345eb + c610f42 commit 53c7e3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Security
- <in case of vulnerabilities>
-->
## [Unreleased](https://github.com/cyverse/atmosphere/compare/v37-2...HEAD) - YYYY-MM-DD
## [Unreleased](https://github.com/cyverse/atmosphere/compare/v37-3...HEAD) - YYYY-MM-DD
### Added
- install wget in Docker image

## [v37-3](https://github.com/cyverse/atmosphere/compare/v37-2...v37-3) - 2020-11-25
### Changed
- add `username` and `instance_uuid` label to the argo workflows launched
- bump ansible to 2.8
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update && \
ufw \
uwsgi \
uwsgi-plugin-python \
wget \
zlib1g-dev && \
rm -rf /var/lib/apt/lists/* && \
locale-gen en_US.UTF-8
Expand Down

0 comments on commit 53c7e3b

Please sign in to comment.