view deploy/linux/docker/Dockerfile_test_deb.in @ 2149:c476db6cf3eb

Seems to be some trouble with the function-pointer-based version of the connection here - recent-files menu isn't working on old systems with backward-compatible build - replace with an alternative mechanism again
author Chris Cannam
date Wed, 05 Dec 2018 11:35:20 +0000
parents 295b6a146f1c
children 3f3ad6701482
line wrap: on
line source
FROM ubuntu:18.04
RUN apt-get update
ADD output/sonic-visualiser_[[RELEASE]]_amd64.deb sonic-visualiser_[[RELEASE]]_amd64.deb
RUN apt install -y ./sonic-visualiser_[[RELEASE]]_amd64.deb
RUN /usr/bin/sonic-visualiser --version