mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-21 23:53:10 +01:00
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:
commit
7df17d7a22
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user