Merge branch 'feature/KASM-4561-hunchly-zip-tools' into 'develop'

KASM-4561 install archive tools in hunchly image

Closes KASM-4561

See merge request kasm-technologies/internal/workspaces-images!126
This commit is contained in:
Richard Koliser 2023-07-05 19:54:53 +00:00
commit 7df17d7a22

View File

@ -22,3 +22,17 @@ cat >/etc/opt/chrome/policies/managed/hunchly_extension.json <<EOL
} }
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/*