File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,12 @@ ENV DEBIAN_FRONTEND noninteractive
88# Install Dependencies
99RUN apt update \
1010 && apt upgrade -y \
11- && apt install -y ca-certificates less locales pulseaudio python python3 sudo x11vnc x11-xkb-utils xvfb iproute2 ffmpeg curl liblcms2-2 libatomic1 libxcb-xinerama0 fontconfig \
12- libasound2 libegl1-mesa libglib2.0-0 libnss3 libpci3 libpulse0 libxcursor1 libxslt1.1 libx11-xcb1 libxkbcommon0 bzip2 libxss1 libxcomposite1 libevent-2.1-7 libxcb-icccm4 \
13- libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 tini \
11+ && apt install -y ca-certificates less locales pulseaudio python python3 python3-pip sudo x11vnc x11-xkb-utils xvfb iproute2 ffmpeg curl liblcms2-2 libatomic1 libxcb-xinerama0 \
12+ fontconfig libasound2 libegl1-mesa libglib2.0-0 libnss3 libpci3 libpulse0 libxcursor1 libxslt1.1 libx11-xcb1 libxkbcommon0 bzip2 libxss1 libxcomposite1 libevent-2.1-7 \
13+ libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0 tini \
14+ && python3 -m pip install requests \
1415 && useradd -m -d /home/container container
15-
16+ # RUN python3 -m pip install requests
1617
1718ENV LANG C.UTF-8
1819ENV LC_ALL C.UTF-8
@@ -26,4 +27,4 @@ STOPSIGNAL SIGINT
2627COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
2728RUN chmod +x /entrypoint.sh
2829ENTRYPOINT ["/usr/bin/tini" , "-g" , "--" ]
29- CMD ["/entrypoint.sh" ]
30+ CMD ["/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments