comparison deploy/linux/docker/Dockerfile_appimage.in @ 716:6fb20633da00

Defeat cacheing; switch to 16.04 for deb build (no point in trying to support 14.04 as it doesn't have the python-pyqt5 package that is one of our dependencies)
author Chris Cannam
date Wed, 12 Dec 2018 14:10:55 +0000
parents b93d662a12df
children 48e746f45bde
comparison
equal deleted inserted replaced
715:665da28f1da8 716:6fb20633da00
23 RUN locale-gen en_US.UTF-8 23 RUN locale-gen en_US.UTF-8
24 ENV LANG en_US.UTF-8 24 ENV LANG en_US.UTF-8
25 ENV LANGUAGE en_US:en 25 ENV LANGUAGE en_US:en
26 ENV LC_ALL en_US.UTF-8 26 ENV LC_ALL en_US.UTF-8
27 27
28 # Ensure that everything subsequent is re-run when a new revision is
29 # being built (rather than being cached)
30 RUN echo [[REVISION]]
31
28 WORKDIR /root 32 WORKDIR /root
29 COPY id_dsa_build .ssh/id_dsa_build 33 COPY id_dsa_build .ssh/id_dsa_build
30 COPY known_hosts .ssh/known_hosts 34 COPY known_hosts .ssh/known_hosts
31 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts 35 RUN chmod 600 .ssh/id_dsa_build .ssh/known_hosts
32 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json 36 RUN echo '{"accounts": {"bitbucket": "cannam"}}' > .repoint.json