Fix Cisco libs, IPC socket, vpn-sso password and menu options
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -40,7 +40,9 @@ RUN mkdir -p /usr/share/desktop-directories
|
||||
COPY cisco-secure-client-linux64-5.1.14.145-core-vpn-webdeploy-k9.sh /tmp/cisco-install.sh
|
||||
RUN chmod +x /tmp/cisco-install.sh && \
|
||||
/tmp/cisco-install.sh && \
|
||||
rm /tmp/cisco-install.sh
|
||||
rm /tmp/cisco-install.sh && \
|
||||
echo "/opt/cisco/secureclient/lib" > /etc/ld.so.conf.d/cisco.conf && \
|
||||
ldconfig
|
||||
|
||||
# Copy user data (hostscan, etc)
|
||||
COPY cisco-userdata.tar.gz /tmp/
|
||||
|
||||
Reference in New Issue
Block a user