File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11FROM 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
56ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
67RUN 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