We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832add9 commit 1131a09Copy full SHA for 1131a09
Dockers/Ubuntu/Desktops/Plasma
@@ -4,7 +4,7 @@ ARG OS_VERSION=latest
4
ARG OS_SYSTEMS=ubuntu
5
FROM pikachuim/${OS_SYSTEMS}:${OS_VERSION}-x11gui
6
# Install -----------------------------------------------------
7
-RUN mv /etc/pulse/default.pa /etc/pulse/default.pa.bak
+RUN mv /etc/pulse/default.pa /etc/pulse/default.pa.bak ||echo 0
8
RUN DEBIAN_FRONTEND=noninteractive apt update && /sbin/init &
9
RUN apt-get install -y software-properties-common \
10
&& add-apt-repository ppa:kubuntu-ppa/backports \
0 commit comments