fix devops-build
This commit is contained in:
parent
325c9d477f
commit
b963342d9b
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM docker:latest
|
||||
|
||||
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;
|
||||
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 ln -s /usr/bin/python3 /usr/bin/python
|
||||
RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 mfa;
|
|
@ -1,4 +1,4 @@
|
|||
FROM domaindrivenarchitecture/devops-build
|
||||
FROM devops-build
|
||||
|
||||
RUN apk update
|
||||
RUN apk add curl openjdk8
|
||||
|
|
Loading…
Reference in a new issue