Skip to content

Commit e893079

Browse files
authoredApr 8, 2021
Merge pull request #10 from AckeeDevOps/feat/56959-yq
✨ Add yq
2 parents 24afc24 + 9d2bae1 commit e893079

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.0] - 2021-04-08
8+
### Add
9+
- Added yq, git, zip
10+
## Changed
11+
- Upgraded docker-compose
12+
713
## [2.1.0] - 2020-12-09
814
### Changed
915
- Bump version of Packer to 1.5.4

‎Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM docker:19.03
22

3-
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip
3+
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip
4+
RUN pip3 install yq
45

56
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
67
RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz" -O google-cloud-sdk.tar.gz && \

0 commit comments

Comments
 (0)
Please sign in to comment.