adjust for buildtest
This commit is contained in:
parent
95ca351ae8
commit
17d93c34ec
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM python:3.10-alpine
|
FROM python:3.10-alpine
|
||||||
|
|
||||||
RUN set -eux;
|
RUN set -eux;
|
||||||
RUN apk add --no-cache python3 py3-pip openssl-dev bash git;
|
RUN apk add --no-cache python3 py3-pip openssl-dev bash git curl;
|
||||||
RUN python3 -m pip install -U pip;
|
RUN python3 -m pip install -U pip;
|
||||||
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection;
|
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection;
|
||||||
|
RUN pip3 install --upgrade ddadevops --pre
|
||||||
|
|
Loading…
Reference in a new issue