From f2c49b0f057ac799d648ed715cff49774a09c4a8 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 22 Sep 2017 18:10:58 +0200 Subject: [PATCH] TT#22410 Fix typo in Dockerfile 'Instructions for usage' Change-Id: I840a8ef9b5b7557bfff36f9928d822e6ddd61229 --- t/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/Dockerfile b/t/Dockerfile index 24d05f35..69a5fada 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -52,8 +52,7 @@ WORKDIR /code # # 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-jessie main" > / -# t/sources.list.d/builddeps.list +# echo "deb https://deb.sipwise.com/autobuild/ release-trunk-jessie main" > t/sources.list.d/builddeps.list # # NOTE: run the following commands from root folder of git repository: # % docker build --tag="ngcp-csc-jessie" -f ./t/Dockerfile .