Skip to content

Commit 8593f6f

Browse files
authored
Update Deepin
1 parent 2fa6f31 commit 8593f6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockers/Debian/Desktops/Deepin

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ FROM pikachuim/${OS_SYSTEMS}:${OS_VERSHOW}-x11gui
77
ARG OS_VERSHOW=latest
88
# Install -----------------------------------------------------
99
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
1110
RUN DEBIAN_FRONTEND=noninteractive apt update && /sbin/init &
1211
RUN apt install apt-transport-https ca-certificates curl -y
1312
RUN DEBIAN_FRONTEND=noninteractive apt install -y pulseaudio
@@ -36,4 +35,4 @@ RUN echo 'bash /x11vnc.sh && nohup startdde & ' >> /run.sh
3635

3736
# Port Mapping ------------------------------------------------
3837
EXPOSE 4000/tcp
39-
CMD ["/sbin/init"]
38+
CMD ["/sbin/init"]

0 commit comments

Comments
 (0)