fix: install docker to AMI explicitly
Description
It turned out that the latest AMI ("arn": "arn:aws:ec2:us-east-2::image/ami-0a9b29f65de7ecd49") built with Packer does not contain Docker components.
Last login: Mon Sep 6 10:32:46 2021 from 212.164.38.153
ubuntu@ip-172-31-8-239:~$ sudo docker ps -a
sudo: docker: command not found
Fix: explicitly install docker to AMI
Checklist
-
the MR description has been reviewed -
this MR contains text changes and they have been reviewed OR there are no texts changes -
this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes -
this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes
Edited by Artyom Kartasov