File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ RUN sed -i -E 's/^# deb-src /deb-src /g' /etc/apt/sources.list \
1111 git \
1212 libpulse-dev \
1313 pulseaudio \
14- && apt-get build-dep -y pulseaudio \
15- && apt-get source pulseaudio \
16- && rm -rf /var/lib/apt/lists/*
17-
18- RUN cd /pulseaudio-$(pulseaudio --version | awk '{print $2}' ) \
19- && ./configure
14+ autoconf \
15+ libtool \
16+ sudo \
17+ ca-certificates \
18+ lsb-release
2019
21- RUN git clone https://github.com/neutrinolabs/pulseaudio-module-xrdp.git /pulseaudio-module-xrdp \
22- && cd /pulseaudio-module-xrdp \
20+ # See installation instructions: https://c-nergy.be/blog/?p=17734
21+ RUN git clone https://github.com/neutrinolabs/pulseaudio-module-xrdp.git \
22+ && cd pulseaudio-module-xrdp \
23+ && ./scripts/install_pulseaudio_sources_apt.sh \
2324 && ./bootstrap \
24- && ./configure PULSE_DIR=/pulseaudio-$(pulseaudio --version | awk '{print $2}' ) \
25- && make \
25+ && PULSE_DIR=~ /pulseaudio.src ./configure \
26+ && make \
2627 && make install
2728
28-
29- # Build the final image
29+ # # Build the final image
3030FROM ubuntu:$TAG
3131
3232RUN apt-get update \
You can’t perform that action at this time.
0 commit comments