KASM-4561 install archive tools in hunchly image

This commit is contained in:
ryan.kuba 2023-07-04 20:24:10 -04:00
parent a8669f60aa
commit 6433fb2030
No known key found for this signature in database

View File

@ -22,3 +22,17 @@ cat >/etc/opt/chrome/policies/managed/hunchly_extension.json <<EOL
}
EOL
# Install archive tools
apt-get install -y \
p7zip-full \
p7zip-rar \
thunar-archive-plugin \
xarchiver
# Cleanup
apt-get -y autoremove && \
apt-get clean && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*