Skip to content

Commit

Permalink
Merge pull request #158 from idealista/hotfix/153-2
Browse files Browse the repository at this point in the history
Hotfix/153 2
  • Loading branch information
Francisco Javier Tsao Santín authored Aug 19, 2021
2 parents 904c18a + ccfdc6b commit 55e27c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch

## [Unreleased](https://github.com/idealista/java_role/tree/develop)

## [7.0.2](https://github.com/idealista/java_role/tree/7.0.2) (2021-08-19)
[Full Changelog](https://github.com/idealista/java_role/compare/7.0.1...7.0.2)
### Fixed
- *[#153](https://github.com/idealista/java_role/issues/153) Hotfix Debian Bullseye containers build.* @frantsao

## [7.0.1](https://github.com/idealista/java_role/tree/7.0.1) (2021-08-19)
[Full Changelog](https://github.com/idealista/java_role/compare/7.0.0...7.0.1)
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packer/install_basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p /usr/share/man/man1
if [ -x "$(command -v apt-get)" ]; then
apt-get update
apt-get upgrade -y
apt-get install -y python ca-certificates
apt-get install -y python3 ca-certificates
fi

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

0 comments on commit 55e27c9

Please sign in to comment.