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,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
44
55## [ Unreleased] ( https://github.com/idealista/java_role/tree/develop )
66
7+ ## [ 7.0.2] ( https://github.com/idealista/java_role/tree/7.0.2 ) (2021-08-19)
8+ [ Full Changelog] ( https://github.com/idealista/java_role/compare/7.0.1...7.0.2 )
9+ ### Fixed
10+ - * [ #153 ] ( https://github.com/idealista/java_role/issues/153 ) Hotfix Debian Bullseye containers build.* @frantsao
11+
712## [ 7.0.1] ( https://github.com/idealista/java_role/tree/7.0.1 ) (2021-08-19)
813[ Full Changelog] ( https://github.com/idealista/java_role/compare/7.0.0...7.0.1 )
914### Fixed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ mkdir -p /usr/share/man/man1
55if [ -x " $( command -v apt-get) " ]; then
66 apt-get update
77 apt-get upgrade -y
8- apt-get install -y python ca-certificates
8+ apt-get install -y python3 ca-certificates
99fi
1010
1111if [ -x " $( command -v yum) " ]; then
You can’t perform that action at this time.
0 commit comments