Fix Cisco extraction path to /opt/cisco
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-24 21:55:24 +00:00
parent cfb6b04563
commit 3da3578d08

View File

@@ -35,7 +35,8 @@ RUN cd /lib/systemd/system/sysinit.target.wants/ && \
# Copy and extract pre-built Cisco Secure Client 5.1.14.145
COPY cisco-secureclient-5.1.14.145.tar.gz /tmp/
RUN tar -xzf /tmp/cisco-secureclient-5.1.14.145.tar.gz -C / && \
RUN mkdir -p /opt/cisco && \
tar -xzf /tmp/cisco-secureclient-5.1.14.145.tar.gz -C /opt/cisco && \
rm /tmp/cisco-secureclient-5.1.14.145.tar.gz
# Copy user data (hostscan, etc)