Docker: configure tzdata and timezone during build
rtfm.co.ua › en › docker-configure-tzdata-andMay 17, 2020 · During a Docker image build - it stops asking to configure the tzdata. Dockerfile at this moment is the next: FROM ubuntu:18.04 RUN apt update && apt install -y python-pip python-dev ssh python-boto3 RUN pip install ansible==2.4.3.0 Let's reproduce - run the build: admin@jenkins-production:~$ docker build -t proj/proj-ansible:1.1 .Sending build context to Docker daemon 29.62MBStep 1/3 : FROM ...
ansible · PyPI
https://pypi.org/project/ansible02.12.2021 · pip install ansible Copy PIP instructions Latest version Released: Dec 2, 2021 Radically simple IT automation Project description Ansible Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.