Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cooper-mbp1:exabgp cooper$ docker build .
- Sending build context to Docker daemon 22.23MB
- Step 1/10 : FROM python:3
- ---> 34a518642c76
- Step 2/10 : RUN mkdir -p /src
- ---> Using cache
- ---> 93b3915dd5d8
- Step 3/10 : COPY setup.py /src
- ---> Using cache
- ---> 17961aa2e627
- Step 4/10 : COPY CHANGELOG /src
- ---> Using cache
- ---> 3faf1ea08e96
- Step 5/10 : COPY debian/ /src
- ---> Using cache
- ---> 30537a36d5f8
- Step 6/10 : COPY lib/ /src/lib/
- ---> Using cache
- ---> 2da51bb69ceb
- Step 7/10 : RUN pip install --upgrade pip setuptools
- ---> Using cache
- ---> 376c884d8b5e
- Step 8/10 : RUN cd /src && pip install .
- ---> Running in 9262e2c0a1da
- Processing /src
- Building wheels for collected packages: exabgp
- Building wheel for exabgp (setup.py): started
- Building wheel for exabgp (setup.py): finished with status 'done'
- Stored in directory: /tmp/pip-ephem-wheel-cache-sy6huf3j/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
- Successfully built exabgp
- Installing collected packages: exabgp
- Successfully installed exabgp-4.1.2
- Removing intermediate container 9262e2c0a1da
- ---> 7735367d6be4
- Step 9/10 : RUN rm -rf /src
- ---> Running in c5c7bfa2c8f4
- Removing intermediate container c5c7bfa2c8f4
- ---> 7c4f4a47a0b5
- Step 10/10 : CMD ["exabgp", "--help"]
- ---> Running in eadc3fc643a4
- Removing intermediate container eadc3fc643a4
- ---> 2d2c3c98d25d
- Successfully built 2d2c3c98d25d
- cooper-mbp1:exabgp cooper$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement