diff --git a/t/api-rest/Dockerfile b/t/api-rest/Dockerfile index 6bd4872c68..7348863bfc 100644 --- a/t/api-rest/Dockerfile +++ b/t/api-rest/Dockerfile @@ -56,8 +56,7 @@ WORKDIR /home/testuser # # 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 # # NOTE: run the following command from root folder of git repository: # % docker build --tag="ngcp-panel-tests-rest-api-stretch" -f t/api-rest/Dockerfile .