|
|
@ -5,7 +5,7 @@ FROM docker.mgm.sipwise.com/sipwise-jessie:latest
|
|
|
|
# is updated with the current date. It will force refresh of all
|
|
|
|
# is updated with the current date. It will force refresh of all
|
|
|
|
# of the base images and things like `apt-get update` won't be using
|
|
|
|
# of the base images and things like `apt-get update` won't be using
|
|
|
|
# old cached versions when the Dockerfile is built.
|
|
|
|
# old cached versions when the Dockerfile is built.
|
|
|
|
ENV REFRESHED_AT 2018-01-05
|
|
|
|
ENV REFRESHED_AT 2018-06-21
|
|
|
|
|
|
|
|
|
|
|
|
RUN echo "# generated by Dockerfile from jenkins-tap-test-jessie at $(date)\n\
|
|
|
|
RUN echo "# generated by Dockerfile from jenkins-tap-test-jessie at $(date)\n\
|
|
|
|
deb https://deb.sipwise.com/autobuild/ internal-jessie main\n" > /etc/apt/sources.list.d/sipwise-internal.list
|
|
|
|
deb https://deb.sipwise.com/autobuild/ internal-jessie main\n" > /etc/apt/sources.list.d/sipwise-internal.list
|
|
|
|