From 78d6faeb1c3a9c5370eac680949067d6fa3e968d Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 22 Sep 2017 18:08:49 +0200 Subject: [PATCH] TT#22410 Fix typo in Dockerfile 'Instructions for usage' Change-Id: Ifd1c36f834592d39b414b63822de4af8e301accf --- t/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/Dockerfile b/t/Dockerfile index 2dd70c46..a8a10d86 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -29,8 +29,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-stretch main" > / -# t/sources.list.d/builddeps.list +# echo "deb https://deb.sipwise.com/autobuild/ release-trunk-stretch main" > t/sources.list.d/builddeps.list # # % docker build --tag="kamailio-config-tests-stretch" . # % docker run --rm -i -t -v $(pwd)/..:/code:rw kamailio-config-tests-stretch:latest bash