diff --git a/t/api-rest/Dockerfile b/t/api-rest/Dockerfile index f3a0db6cbc..5c054b7e30 100644 --- a/t/api-rest/Dockerfile +++ b/t/api-rest/Dockerfile @@ -7,6 +7,9 @@ FROM docker.mgm.sipwise.com/sipwise-jessie:latest # old cached versions when the Dockerfile is built. ENV REFRESHED_AT 2016-01-12 +# TODO - the release-trunk-jessie is too dynamic yet, though required build deps +RUN echo "deb https://deb.sipwise.com/autobuild/ release-trunk-jessie main" >>/etc/apt/sources.list + RUN apt-get update RUN apt-get install --assume-yes \ devscripts \