eddydee123
eddydee123
Looks good. docker build succeeded except for this error message in step 8: ``` Step 8/12 : RUN pip3 install -r ./requirements.txt ---> Running in f6acbc30cd7c Collecting argcomplete==1.10.0 Downloading argcomplete-1.10.0-py2.py3-none-any.whl...
I'm running on an AWS EC2 Amazon Linux2 instance: Linux ip-10-0-0-36.ec2.internal 5.10.96-90.460.amzn2.x86_64 #1 SMP Fri Feb 4 17:12:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
In case it helps, here's the full output: ``` Sending build context to Docker daemon 16.3MB Step 1/12 : FROM hashicorp/terraform:0.15.1 ---> 8caf8068d384 Step 2/12 : LABEL maintainer="Rhino Assessment Team...
``` [ec2-user@ip-10-0-0-36 cloudgoat]$ pip3 --version pip 20.2.2 from /usr/lib/python3.7/site-packages/pip (python 3.7) ```