From 707545a08a5fdd254d908b0f3e5d2bde34781cd5 Mon Sep 17 00:00:00 2001 From: Irreq Date: Thu, 8 Aug 2024 15:30:18 +0200 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe8f26a..0c1040d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ENV TZ=Europe \ DEBIAN_FRONTEND=noninteractive \ DISPLAY=:0.0 -RUN apt-get update -y +RUN apt-get update && apt-get install -y apt-transport-https # Setting up build environment RUN apt-get install -y \ From dcde720a1ced99ebb78080f83f3532101b5e7734 Mon Sep 17 00:00:00 2001 From: Irreq Date: Thu, 8 Aug 2024 15:31:57 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c1040d..e4077fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -99,5 +99,3 @@ WORKDIR /usr/src/app # Add configs for sound and start pulse audio COPY src/audio/daemon.conf /etc/pulse/daemon.conf RUN pulseaudio --start - -RUN mkdir -p build && cd build && cmake .. && make