Use correct yaml package name
This commit is contained in:
parent
8542ec2740
commit
f9940b9192
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ RUN set -eux;
|
|||
RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptools py3-wheel libffi-dev openssl-dev cargo bash;
|
||||
RUN python3 -m pip install -U pip;
|
||||
#RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa yaml;
|
||||
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa pyyaml;
|
||||
|
|
Loading…
Reference in a new issue