aes67-daemon/Dockerfile
Andrea Bondavalli fb0dbee97a Added Dockefile to setup a container to build and run daemon regression tests.
Can be tested with:
> docker build --progress=plain .
2022-11-15 22:48:32 +01:00

12 lines
481 B
Docker

FROM ubuntu
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \
apt-get install -qq -f -y build-essential clang git cmake libboost-all-dev valgrind linux-sound-base alsa-base alsa-utils libasound2-dev libavahi-client-dev \
&& rm -rf /var/lib/apt/lists/*
COPY . .
RUN ./buildfake.sh
WORKDIR ./daemon/tests
RUN ./daemon-test -p