File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : docker
4
+ directory : " /"
5
+ schedule :
6
+ interval : daily
7
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 1
1
# See base-image/image
2
- FROM ubuntu:bionic
2
+ FROM ubuntu:jammy
3
3
4
4
COPY bin/install_clean /usr/bin/install_clean
5
5
RUN chmod +x /usr/bin/install_clean
6
6
7
7
# parsec dependencies + sound + gpu (install_clean is a wrapper around apt-get)
8
8
RUN install_clean libcairo2 libfreetype6 libgdk-pixbuf2.0-0 libgl1-mesa-glx libgl1 libglib2.0-0 libgtk2.0-0 \
9
9
libpango-1.0-0 libpangocairo-1.0-0 libsm6 libxxf86vm1 pulseaudio-utils libgl1-mesa-glx \
10
- libgl1-mesa-dri xserver-xorg-video-intel pulseaudio libva2 i965-va-driver
10
+ libgl1-mesa-dri xserver-xorg-video-intel pulseaudio libva2 i965-va-driver \
11
+ libavcodec58 libssl3 ca-certificates
11
12
12
13
# Parsec Client
13
14
RUN install_clean wget \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [[ "$USERID" != "1000" ]] || [[ "$GROUPID" != "1000" ]]; then
14
14
fi
15
15
16
16
echo " launching parsec: (u${USERID} :g${GROUPID} )"
17
- docker run -it --rm \
17
+ docker run -it --rm --init \
18
18
--env DISPLAY \
19
19
--env PULSE_SERVER \
20
20
-v /tmp/.X11-unix:/tmp/.X11-unix \
You can’t perform that action at this time.
0 commit comments