diff --git a/CHANGELOG.md b/CHANGELOG.md index 458cb6c..1285261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog This file only reflects the changes that are made in this image. -Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3002.6.html) for the list of changes in SaltStack. +Please refer to the [Salt 3002.5 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3002.5.html) for the list of changes in SaltStack. + +**3003** + +- Add python3 `timelib` `0.2.5` **3002.6** diff --git a/assets/build/install.sh b/assets/build/install.sh index 83882c2..a7b4408 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -31,6 +31,8 @@ DEBIAN_FRONTEND=noninteractive apt-get install --yes --quiet --no-install-recomm python3-redis python3-gnupg python3-mysqldb python3-dateutil python3-libnacl python3-openssl \ python3-pygit2 python3-m2crypto +pip3 install timelib==0.2.5 + # Bootstrap script options: # https://docs.saltstack.com/en/latest/topics/tutorials/salt_bootstrap.html#command-line-options ## -M: install Salt Master by default