mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-4561 install archive tools in hunchly image
This commit is contained in:
parent
a8669f60aa
commit
6433fb2030
@ -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