Table des matières

Packer : Installation sur Debian

Ressources : https://learn.hashicorp.com/tutorials/packer/get-started-install-cli

Prérequis

# apt install gnupg

Installation

# curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
deb [arch=amd64] https://apt.releases.hashicorp.com buster main

* mise à jour et installation.

# apt update && apt install packer
# packer