Added python 3.7 in docker image

This commit is contained in:
Manuel Cortez 2021-12-23 17:55:51 -06:00
parent c7a57ff63f
commit e9c45e3178
No known key found for this signature in database
GPG Key ID: 9E0735CA15EFE790

View File

@ -12,7 +12,7 @@ steps:
- 'type C:\ProgramData\Amazon\EC2-Windows\Launch\Log\UserdataExecution.log'
- name: Generate doc
image: python
image: python:3.7.9
commands:
- 'pip install --upgrade pip'
- 'pip install --upgrade markdown babel'
@ -23,7 +23,7 @@ steps:
- 'python ..\doc/generator.py'
- name: Build app
image: python
image: python:3.7.9
commands:
- 'python -V'
- 'python -m pip install --upgrade pip'