mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
@@ -20,7 +20,11 @@ ENV BUILD_DEPS=$BUILD_DEPS
|
|||||||
# python library
|
# python library
|
||||||
COPY image/usr/local/lib/web/backend/requirements.txt /tmp/
|
COPY image/usr/local/lib/web/backend/requirements.txt /tmp/
|
||||||
|
|
||||||
|
# built-in packages
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends software-properties-common curl apache2-utils \
|
||||||
|
&& apt-get update \
|
||||||
|
&& add-apt-repository -y ppa:fcwu-tw/apps \
|
||||||
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
|
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
|
||||||
$BUILD_DEPS apache2-utils curl supervisor nginx sudo \
|
$BUILD_DEPS apache2-utils curl supervisor nginx sudo \
|
||||||
dbus-x11 x11-utils alsa-utils \
|
dbus-x11 x11-utils alsa-utils \
|
||||||
|
|||||||
Reference in New Issue
Block a user