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 2fa6f31 commit 8593f6fCopy full SHA for 8593f6f
Dockers/Debian/Desktops/Deepin
@@ -7,7 +7,6 @@ FROM pikachuim/${OS_SYSTEMS}:${OS_VERSHOW}-x11gui
7
ARG OS_VERSHOW=latest
8
# Install -----------------------------------------------------
9
ENV PR="main contrib non-free non-free-firmwar"
10
-RUN sed -i "s/main/main contrib non-free/g" /etc/apt/sources.list.d/debian.sources
11
RUN DEBIAN_FRONTEND=noninteractive apt update && /sbin/init &
12
RUN apt install apt-transport-https ca-certificates curl -y
13
RUN DEBIAN_FRONTEND=noninteractive apt install -y pulseaudio
@@ -36,4 +35,4 @@ RUN echo 'bash /x11vnc.sh && nohup startdde & ' >> /run.sh
36
35
37
# Port Mapping ------------------------------------------------
38
EXPOSE 4000/tcp
39
-CMD ["/sbin/init"]
+CMD ["/sbin/init"]
0 commit comments