TT#21905 Fix c945aba: update building instruction (no need to rebuild image)

Change-Id: I00dc3305a1296dd44b073e769138a174c99e621e
changes/74/15574/2
Alexander Lutay 8 years ago
parent c945abab0b
commit d492cb005b

@ -28,7 +28,13 @@ WORKDIR /code/
################################################################################
# Instructions for usage
# ----------------------
# When you want to build the base image from scratch (jump to the next section if you don't want to build yourself!):
# When you want to build the base image from scratch
# (jump to the next section if you don't want to build yourself!):
#
# you need to put the proper NGCP sources at t/sources.list.d/builddeps.list
# for instance, trunk:
# echo "deb https://deb.sipwise.com/autobuild/ release-trunk-stretch main" > t/sources.list.d/builddeps.list
#
# % docker build --tag="ngcpcfg-stretch" .
# % docker run --rm -i -t -v $(pwd)/..:/code:rw ngcpcfg-stretch:latest bash
#

Loading…
Cancel
Save