mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/docker-easyconnect/docker-easyconnect.git
synced 2026-09-20 08:03:33 +08:00
Deal with open_browser
This commit is contained in:
@@ -4,14 +4,14 @@ RUN sed -i s/deb.debian.org/mirrors.cqu.edu.cn/ /etc/apt/sources.list &&\
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends --no-install-suggests \
|
||||
libgtk2.0-0 libx11-xcb1 libxtst6 libnss3 libasound2 libdbus-glib-1-2 iptables \
|
||||
dante-server psmisc
|
||||
|
||||
COPY ./docker-root /
|
||||
dante-server psmisc x11-utils
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests busybox &&\
|
||||
busybox wget "http://download.sangfor.com.cn/download/product/sslvpn/pkg/linux_01/EasyConnect_x64.deb" -O /tmp/EasyConnect.deb &&\
|
||||
dpkg -i /tmp/EasyConnect.deb && rm /tmp/EasyConnect.deb && apt-get purge -y busybox --auto-remove
|
||||
|
||||
COPY ./docker-root /
|
||||
|
||||
#ENV PASSWORD="" LOOP=""
|
||||
#ENV DISPLAY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user