Skip to content

Instantly share code, notes, and snippets.

@jhannah
Created March 13, 2018 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhannah/cdcac34882c3e15ca8c826eab1d3026b to your computer and use it in GitHub Desktop.
Save jhannah/cdcac34882c3e15ca8c826eab1d3026b to your computer and use it in GitHub Desktop.
✗ docker build --tag nemo-pytest --target nemo-pytest .
Sending build context to Docker daemon 49.77MB
Step 1/21 : FROM perl:latest AS nemo-cpan
---> 9af9f1088155
...
Step 18/21 : COPY testapi/requirements.txt testapi/requirements.txt
---> Using cache
---> e75b13cbcffa
Step 19/21 : RUN pip install -r testapi/requirements.txt
---> Using cache
---> bbeb778e0498
Step 20/21 : COPY . /opt/nemo-pytest
---> 074076bd3d6b
...
Successfully built da6485a39d7f
Successfully tagged nemo-pytest:latest
Modified file testapi/requirements.txt
✗ docker build --tag nemo-pytest --target nemo-pytest .
Sending build context to Docker daemon 49.78MB
Step 1/21 : FROM perl:latest AS nemo-cpan
---> 9af9f1088155
...
Step 18/21 : COPY testapi/requirements.txt testapi/requirements.txt
---> 788608f2236f
Step 19/21 : RUN pip install -r testapi/requirements.txt
---> Running in f926b8ae9fb9
Collecting flake8==9.5.4 (from -r testapi/requirements.txt (line 1))
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment