Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
e4749fd0c4 | |||
12c75403a0 | |||
29e242c30c |
@ -1,3 +1,10 @@
|
|||||||
|
# [1.1.0](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.PackerExtended/compare/v1.0.0...v1.1.0) (2024-06-06)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* Add nodejs (prereq for majority of actions) ([29e242c](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.PackerExtended/commit/29e242c30c037a4e1f7102370b97b25d7f926c34))
|
||||||
|
|
||||||
# 1.0.0 (2024-06-05)
|
# 1.0.0 (2024-06-05)
|
||||||
|
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
locales \
|
locales \
|
||||||
make \
|
make \
|
||||||
netcat-openbsd \
|
netcat-openbsd \
|
||||||
|
npm \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
powershell-lts \
|
powershell-lts \
|
||||||
# (python3-*) Dependency for installation of Ansible
|
# (python3-*) Dependency for installation of Ansible
|
||||||
@ -59,6 +60,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
yamllint && \
|
yamllint && \
|
||||||
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \
|
||||||
locale-gen && \
|
locale-gen && \
|
||||||
|
npm install npm@latest -g && \
|
||||||
|
npm install n -g && \
|
||||||
|
n latest && \
|
||||||
pip3 install --upgrade pip && \
|
pip3 install --upgrade pip && \
|
||||||
pip3 install \
|
pip3 install \
|
||||||
ansible-core~=2.14.0 \
|
ansible-core~=2.14.0 \
|
||||||
|
Reference in New Issue
Block a user