Skip to content

Commit 55e27c9

Browse files
author
Francisco Javier Tsao Santín
authored
Merge pull request #158 from idealista/hotfix/153-2
Hotfix/153 2
2 parents 904c18a + ccfdc6b commit 55e27c9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packer/install_basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mkdir -p /usr/share/man/man1
55
if [ -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
99
fi
1010

1111
if [ -x "$(command -v yum)" ]; then

0 commit comments

Comments
 (0)