Skip to content

Commit

Permalink
Merge pull request #132 from acoustic-warfare/Irreq-patch-1
Browse files Browse the repository at this point in the history
Irreq patch 1
  • Loading branch information
Irreq authored Aug 8, 2024
2 parents 42a8097 + dcde720 commit a93575c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

0 comments on commit a93575c

Please sign in to comment.