File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.0.0] - 2021-04-08
8
+ ### Add
9
+ - Added yq, git, zip
10
+ ## Changed
11
+ - Upgraded docker-compose
12
+
7
13
## [ 2.1.0] - 2020-12-09
8
14
### Changed
9
15
- Bump version of Packer to 1.5.4
Original file line number Diff line number Diff line change 1
1
FROM docker:19.03
2
2
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
4
5
5
6
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
6
7
RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz" -O google-cloud-sdk.tar.gz && \
You can’t perform that action at this time.
0 commit comments